Reactjs – TailwindCSS not implementing properly on deployment
I have recently started a project using the npm create vite@latest my-project -- -- template react as stated in the Vite Guide. So far I have been doing well with the project in development running in localhost. However, when I…