Heard the hype about the CSS library Tailwind and want to hop on board? Watch this short video to learn how to use tailwind in your project!
In this short video we'll cover what tailwind does and how to use it. We'll look at a super quick example of a few components styled with tailwind CSS.
TailwindCSS is a library that allows you to write inline CSS in your HTML or JSX. Instead of specifying CSS in its own separate file, you can instead specify CSS properties INSIDE of the 'class' or 'className' tag in your code. This way, we eliminate the need for separate CSS files.
Once you convert to Tailwind, you'll never go back to normal CSS!
TailwindCSS Documentation: https://tailwindcss.com