Installation :
To create a new Next.js latest app run this command, it will install Typescript , ESLint automatically.
npx create-next-app@latest
After finish install / create Next.js app, we have to install Tailwind CSS! To install run this command...