Reactjs – Tailwind CSS grid span (unexpected behavior)
I'm trying to do this in my Next.js project: https://play.tailwindcss.com/coz07Km10V But the result is different, is pushing the block idk why, here's the reproduction: https://codesandbox.io/p/devbox/distracted-ben-53gsl4?file=%2Fapp%2Fpage.tsx%3A1%2C14 It seems that Next.js overwrite or change the native behavior of that grid property. Any…