'Tailwind css not getting included in project

I am using tailwind post CSS in my HTML, but classes are not applying. I have installed all packages have linked CSS too.

tailwindconfigjs file

module.exports = {
  content: ["*"],
  theme: {
    extend: {},
  },
  plugins: [],
}

Is there anything to change?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source