Setup Tailwind CSS with React
In this article, I'll be showing you how to setup Tailwind CSS with React so you can build highly customizable UIs in React with a utility based approach.
Create React Application
Firstly, we will use create-react-app to setup a react app. To do this...
blog.blakeyeboah.com3 min read