Set up Tailwind and Create a Presentational Component in Remix

InstructorIan Jones

Share this video with your friends

Send Tweet

There are many ways to style an application. While styling isn’t a focus for this course, we don’t want the application to be unbearable to look at.

TailwindCSS is how you will style this application. With it’s utility classes, Tailwind stays out of the way once you get it set up. The Tailwind docs have a great tutorial which you can follow to get to styling your application. You can also follow along in this tutorial.