I ended up solving this in the dumbest way possible, on a global css file:
html {
@apply text-gray-800
}
Not pretty but at least I can use the tailwind classes
I ended up solving this in the dumbest way possible, on a global css file:
html {
@apply text-gray-800
}
Not pretty but at least I can use the tailwind classes