Create next.js app

Hello developers, I have a problem with next.js that the tailwind.config fill is missing everytime I create a new next.js app. However the tailwind is working just fine on the app but as you know sometime we need to configure some css style.
This is the way I create app.
npx create-next-app@latest
Would you like to use TypeScript? Yes
Would you like to use ESLint? Yes
Would you like to use Tailwind CSS? Yes
Would you like your code inside a src/ directory? No /
Would you like to use App Router? (recommended) Yes
Would you like to use Turbopack for next dev? Yes
Would you like to customize the import alias (@/* by default)? No
can anyone help me with that, I would really appreciate any help. Thank you :blush:

Hey @Ali_hameed,

I recommend checking this video section out from FCC as this is what helped me when I was dealing with the tailwind configuration in my setup: https://youtu.be/H0vhkoXljq0?si=UJDBFRW2uFIAyXMG&t=176

There are some quirks to it when I was working with it so hopefully this video helps.