Demo for using TailwindCSS in Angular Monorepo with a buildable library shared between multiple apps.
Note that the library components are missing their background colors, as Tailwind is not detecting the use of the classes.
To run the dev server for your app, use:
npx nx serve app1or
npx nx serve app2