Horje
how to properly install tailwind css in react Code Example
commmand for installing tailwind to react
npm install tailwindcss
how to properly install tailwind css in react
@import "tailwindcss/base";

@import "tailwindcss/components";

@import "tailwindcss/utilities";
how to properly install tailwind css in react
npm install tailwindcss postcss-cli autoprefixer@9.8.6 -D
how to properly install tailwind css in react
const tailwindcss = require('tailwindcss');
module.exports = {
    plugins: [
        tailwindcss('./tailwind.js'),
        require('autoprefixer')
    ],
};
how to properly install tailwind css in react
touch postcss.config.js




Css

Related
sticky header not working chrome Code Example sticky header not working chrome Code Example
css ripple effect Code Example css ripple effect Code Example
terraform rds Code Example terraform rds Code Example
how to add a photo using css beside a paragraph in html Code Example how to add a photo using css beside a paragraph in html Code Example
tailwind css ui dropdown Code Example tailwind css ui dropdown Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8