Css – Tailwind flex item adjust to max width
Got this flex component on Tailwind and want to ensure the item inside always use the full with even if the content is not enough widht, basically cover all the red box area. <section class="mx-auto grid max-w-[1200px] grid-cols-1 px-5 pb-10">…