I'm fairly new to CSS Grid and Flexbox so I would like your opinion on the best way to start with a 12 grid layout design that look likes these samples I found:
When using CSS Grid and I try to plot out the structure I'm having an issue aligning the columns of multiple grid containers when using
grid-column-startandgrid-column-endto make a column span wider (bottom container):
Am I doing something fundamentally wrong? Is flexbox better for this?
A tailwindcss solution is preferred but basic CSS is fine.

