Having a bit of trouble with my HTML using Tailwind post CSS. Even though I have installed all necessary packages and linked the CSS, the classes don't seem to be applying.
Here is a snippet from the tailwindconfig.js file:
module.exports = {
content: ["*"],
theme: {
extend: {},
},
plugins: [],
}
Any suggestions on how to fix this issue?