1<!-- 27kb compressed, 348kb raw -->
2
3<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
1//Scaffolding the entire default configuration
2
3//This will full tailwind.config.js file at the root of your project:
4
5npx tailwindcss init -- full
6
7