From the course: React.js: Building an Interface

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Installing Tailwind CSS in React

Installing Tailwind CSS in React - React.js Tutorial

From the course: React.js: Building an Interface

Start my 1-month free trial

Installing Tailwind CSS in React

- [Instructor] Tailwind CSS is a framework for building great looking sites, with a utility first approach. Now this is super popular for libraries like React. So let's take a look at how you go about installing it. So to install Tailwind CSS is a little bit different than most libraries. Part of the reason for that is that there is a problem with one of the libraries that it uses called PostCSS. And right now this Create React App doesn't support PostCSS 8. So, you need to do a slightly more complex method of installation. And I just want to note that as of this video, this is what's happening with the library. By the time you watch this video much later, it might be different. So, make sure that you keep the link rate here on the slides to that page so that you can check if the installation isn't working for you, to see if they have updated things. So, you're going to install a bunch of different modules, let's go…

Contents