Building React Components using Tailwind
Tailwind is a very popular CSS framework that provides low-level utility classes to help developers build custom designs.
In this post, I’ll explain a several different ways you build reusable React components that leverage Tailwind CSSunder the hood, while exposing a nice “Reacty” interface to other components.