Hey there, I'm currently facing a major issue with tailwindcss + nextjs...
The problem lies in setting classes using a variable. Although the class is defined in the css, tailwind fails to convert it into a style.
This is how I need it to be:
https://i.sstatic.net/s7Xsx.png
I've attempted setting the class as a constant, both within the component and in getStaticProps, but unfortunately, neither method worked. I even tried defining a class directly in the css file, but that also didn't yield any results.