I checked your repo on Github and you are missing postcss.config.js
file in your root.
Add it in your root like this:
postcss.config.js
export default {
plugins: {
tailwindcss: {},
},
};
Or run this command:
npx tailwindcss init -p
More info: https://tailwindcss.com/docs/guides/vite