We are starting from scratch! To create a new Next.js application we'll run npx create-next-app and pass in the with-tailwindcss flag to include Tailwind.
npx create-next-app
with-tailwindcss
Then we will clear out the initial page and write in hello world.