Tailwindcss default styles applied but utility classes are not working
I’m trying to set Tailwindcss up in a Vite project. I have two directories storybook and components. I write my code in components and preview them in storybook. As a test I’m trying to apply the class text-3xl
to an example component which has no effect.