CSS à vent arrière ne fonctionne pas avec React

// make sure that the tailwind config have the content property
module.exports = {
  content: [
    "./src/**/*.{js,jsx,ts,tsx}",
  ],
 // ...
}
Beautiful Boar