Two Column Layout with Heading and Paragraph

This Tailwind CSS snippet creates a two column layout with a heading and paragraph. The border-b class adds a bottom border to visually separate the content. The pb-5 padding bottom gives spacing below. The h3 is styled as a base sized semibold heading. The mt-2 margin top adds space between the heading and paragraph. The max-w-4xl limits the paragraph width. The text-sm makes the paragraph small text. Overall this creates a clean two column layout for things like blog posts, job listings, etc.

Similar Components

Other components related to tailwind, css, columns, layout, heading, paragraph tags