Answers for "tailwind css not working with react"

0

tailwind css not working with react

// make sure that the tailwind config have the content property
module.exports = {
  content: [
    "./src/**/*.{js,jsx,ts,tsx}",
  ],
 // ...
}
Posted by: Guest on March-15-2022

Code answers related to "tailwind css not working with react"

Code answers related to "Javascript"

Browse Popular Code Answers by Language