Two Column Layout with Logos

This Tailwind CSS code creates a two column layout with a heading in the left column and a flexbox of logos in the right column. The outer <div> uses bg-indigo-200 for a light background color. The inner <div> sets a max width container and padding. The heading <h2> is centered on mobile and left aligned on larger screens. The logos flexbox uses negative margins, flex-grow, and margins to center the logos. The logos are displayed in a wrapped row on mobile and centered on larger screens.

Similar Components

Other components related to tailwind, css, responsive, mobile-first, flexbox, columns tags