I am currently working on a small website using Laravel and Tailwind CSS on shared hosting. While I am able to use a command line tool on the host, I have encountered an issue. In my local environment, Tailwind works perfectly fine. However, after running 'npm run prod,' many of the Tailwind functionalities are missing and errors appear in the app.css and app.js files.
For example, the scaling effect on hover -
transform hover:scale-105 duration-200
does not work on the host server.
I attempted to import Tailwind with a CDN as a temporary fix, but I know this is not a sustainable solution.
I have been searching for an answer for several days without any success. What could be causing this issue? Any help would be greatly appreciated.