Tailwind
Angular supports Tailwind (Private) out of the box. To add it to the project, perform the following steps at the project root:
npm install -D tailwindcss@latestnpx tailwind init- Add the following into
styles.cssfile:
@tailwind base;
@tailwind components;
@tailwind utilities;