⚛ Configuring Preact with Tailwind CSS
In this article, I will work through how to add tailwind CSS to your preact application.
For development Mode
First, install a brand new Preact project with preact-cli
npx preact-cli create typescript my-app
Here I am creating a new preact project u...
fuadnafiz98.hashnode.dev2 min read