I installed node, npx, and tailwindcss according to the instructions. However, when I typed npx tailwindcss -i ./input -o ./output --watch .., output.css was generated, but there was nothing in it. When I executed run server, I couldn’t apply the effects of tailwindcss.
Can anyone help me? thanks…
Welcome @yangmo0113-alt !
Side Note: Please do not post images of text information here such as code or terminal output.
Copy/paste the text into the body of your post between lines of three backtick - ` characters.
This means you’ll have a line of ```, then your code, then another line of ```. This forces the forum software to keep your code properly formatted.