Two Column Layout with Centered Content and Button

This HTML snippet uses Tailwind CSS to create a two column layout with centered content. The outer div has the text-center utility class to center align the inner content. There is a heading, paragraph text and a button contained within the outer div. The heading and paragraph are given margin utility classes to provide vertical spacing. The button has several tailwind classes to style it with indigo background, rounded borders, padding, font styling and hover state.

Similar Components

Other components related to html, tailwind, layout, columns, center, content, utilities, button tags