This is is the starter setup for the Site Preview App that accompanies the Dev.to Tutorial.
First Setup your project using Tailwind through here.
If during your installation of Tailwind Libraries it shows a no matches found: postcss@^7
error then install using quotes
npm install -D "tailwindcss@npm:@tailwindcss/postcss7-compat" "postcss@^7" "autoprefixer@^9"