Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

setup tailwind css with react

/** @type {import('tailwindcss').Config} */
module.exports = {
  content: [
    "./src/**/*.{js,jsx,ts,tsx}",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
}
Source by tailwindcss.com #
 
PREVIOUS NEXT
Tagged: #setup #tailwind #css #react
ADD COMMENT
Topic
Name
1+8 =