So I can save a few extra seconds which I can then invest in doing nothing
Clone from git
git clone https://github.com/devan-MEC/ReactV18PlusTailwind.git
Change directory into the cloned folder
cd ReactV18PlusTailwind
To get npm modules
npm install
To see upstreams
git remote
To remove upstreams
git remote remove [upstream_name]
Inside the cloned directory
npm run start
If you see the text 'Hello World!' underlined, you're good to go!