{ "scripts": { "build": "npx tailwindcss -i ./tailwind-files/input.css -o ./src/css/tailwind.css" }, "devDependencies": { "tailwindcss": "^3.3.5" } }