To use TailwindCSS, I need to have Node.js and npm in order to install it via npm install tailwindcss @tailwindcss/cli.
However, I don't have the option to use Node.js and npm, so I'm looking for a workaround that would allow me to use the Tailwind CLI without having to install Node.js and npm.
I tried loading the tailwindcss.js file available from CDN servers as a module script, but I wasn't successful.
Is it possible to use TailwindCSS without Node.js and npm?