I made a static site with Tailwind CSS and it's working locally but it's not working on GitHub Pages. I don't know what to do. Pls help.
Do you have a link to your Github Pages website so we could check what's wrong ?
A hint : Check in your console if your stylesheet link is wrong or isn't found. I'd guess on an absolute path pointing to root, instead of a relative path, but it's a wild guess without more info about your code.