tailwind options code example
Example 1: tailwindcss init full
//Scaffolding the entire default configuration
//This will full tailwind.config.js file at the root of your project:
npx tailwindcss init -- full
Example 2: add tailwind full
npx tailwindcss init --full