NuxtN
Nuxt4y ago
LazyDali

Tailwind preventing basic HTML tags to render properly

Hello, I am having a strange issue with Tailwind in a Nuxt 3 project. The installation and configuration was done following https://tailwindcss.com/docs/guides/nuxtjs.

Tailwind classes (as well as my theme extension custom classes) display properly but for an unknown reason, some of the root HTML tags are not rendering properly (as shown in the image attached). The HTML tags render properly when I disable Tailwind.

Anyone has a clue of how to solve this?

Here's my stack:
"@nuxtjs/tailwindcss": "^6.1.3",
"nuxt": "3.0.0"
unknown.png
Was this page helpful?