What version of Tailwind CSS are you using?
v3.3.2
What build tool (or framework if it abstracts the build tool) are you using?
N/A
What version of Node.js are you using?
v16.14.0
What browser are you using?
N/A
What operating system are you using?
Linux
Describe your issue
npx tailwindcss -i tailwind.css -o _site/css/tailwind.css
It works on MacOS in 3.3.2, and it works on linux in 3.3.1, but terminates with an error on linux in 3.3.2 and logs this:
tailwind.css:
@tailwind base;
@tailwind components;
@tailwind utilities;