I'm experiencing a strange issue where Tailwind CSS is not applying any styles to my project on Ubuntu 20.04.
Interestingly, the project works perfectly fine on Windows but for some reason, it's not styling at all on Ubuntu.
https://i.sstatic.net/yFxzg.png
It seems like I have checked everything such as globals.css https://i.sstatic.net/ajtxj.png
Also _app.js https://i.sstatic.net/1rvS8.png
Lastly tailwind.config.js https://i.sstatic.net/UWi14.png
P.S. It's worth mentioning that all other Tailwind projects are working perfectly fine in Ubuntu (i.e., new Tailwind projects have no issues).