Tailwindcss in Nuxt 4: Classes not working in global vue component
I am encountering a problem with rendering tailwindcss in my global vue component, but tailwind works fine in the pages dir.
I am parsing markdown using @nuxt/content through a global component called
OpinionSection.global.vueI have this code currently:
My main.css:
My app.vue:
My opinion.vue page:
Here's also my nuxt.config.ts:
Thanks in advance for the help!
