How can I replicate this grid layout?
Is it possible to get this exact grid layout using tailwind css? I'm so close I can't seem to get the 2nd and 3rd div to work with me
3 Replies
Tailwind..... 😬
can you send an SS of how your grid looks like?
no idea about Tailwind, but you can do this very easily with vanilla CSS using
grid-template-areas
https://codepen.io/jochemm/pen/jOXXGgP?editors=1100i copied your code, and it just works