Tailwind CSS is a CSS framework that provides low-level utility classes to help you build completely custom designs without ever leaving your HTML.
Tailwind can be easily installed using npm:
npm install tailwindcss
Tailwind can also be installed using yarn:
yarn add tailwindcss
More information about setting up Tailwind can be found on their
Free Resources