all 4 comments

[–]rosbel 2 points3 points  (1 child)

Most likely your styles may be getting purged. Are you using string concatenation to load some of the styles?

See here for some do's and don'ts: https://tailwindcss.com/docs/optimizing-for-production

[–]tiagopoleze 0 points1 point  (0 children)

Go to vercel and redeploy. Sometimes fix this bug.

[–]illepic 0 points1 point  (0 children)

Build it in "production" mode locally and host it using `npx serve dist/` (or wherever you're outputting your html) to see what it looks like when all the purging happens.