This is a simple introduction to using the CSS framework called Tailwind and shows the basics of how to implement it into your project.
What Is Tailwind? :
Tailwind is a CSS framework similar to Bootstrap but instead of providing components like buttons or cards Tailwind focuses solely on providing a lot of lower level utility classes for you to use (ex: text-white, py-2, bg-blue-700, etc.).
Notes:
When making new changes to Tailwindcss run "npm run build:css" to apply them to your project.