react-styled-tailwind
react-styled-tailwind copied to clipboard
Simple React app to start using Tailwind CSS + Styled Components
How to style your React App with less code using Tailwind CSS and Styled Components
Tailwind is a utility-first CSS framework for rapidly building custom designs. It can be used alone to style React Apps. However, it can be better combined with Styled Components. That combination brings the magic of Tailwind into CSS-in-Js. In this guide, we will build a form component without writing a single of CSS using Tailwind CSS and Styled Components.