Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

tailwind css not working with react

// make sure that the tailwind config have the content property
module.exports = {
  content: [
    "./src/**/*.{js,jsx,ts,tsx}",
  ],
 // ...
}
Source by tailwindcss.com #
 
PREVIOUS NEXT
Tagged: #tailwind #css #working #react
ADD COMMENT
Topic
Name
8+2 =