Small POC of using TailwindCSS (v4) in an on-platform Salesforce setup.
pnpm install
In two different terminals run the following:
Runs the LWR instance:
pnpm dev
Runs the TailwindCSS watch command:
pnpm styles
[!warning] You are still required to manually reload the browser to get the
staticresource
to properly refresh the page...unfortunately.