Refused to apply style from 'http://localhost:8080/dist/output.css' because its MIME type
i am using express js with node , ejs templates , tailwind css for some reason my css is not working and i am getting this in the console
Refused to apply style from 'http://localhost:8080/dist/output.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
index.js
index.ejs file
tailwind.config.js
folder structure : -0 Replies