I followed this tutorial in order to add Tailwind to existing CRA app, css is generated but it doesn't start the server with this script:
"watch:css": "postcss src/styles/index.css -o src/index.css -w"
Here is the log:
> app@0.1.0 start C:\Users\*\Documents\projects\app\client
[1] > npm run watch:css & react-scripts start
[1]
[1]
[1] > app@0.1.0 watch:css C:\Users\*\Documents\projects\app\client
[1] > postcss src/styles/index.css -o src/index.css -w
It never calls the other part of the script.