how to install tailwind css in html

Solutions on MaxInterview for how to install tailwind css in html by the best coders in the world

showing results for - "how to install tailwind css in html"
Sophie
20 Oct 2016
1    
2<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
3    
4