Setting Up Tailwind CSS in a New Rails 8 App
Recently, I needed to get Tailwind CSS running on a new Rails 8 app. Here’s how I got everything set up!
1. Create Your Rails App
Start by creating a new Rails app using the rails new comman...