This repository was archived by the owner on Jan 31, 2021. It is now read-only.

Description
I noticed that it uses the latest CRA (Create-React-App) which now it's v3.4.1 but it seemed to be working until v3.2 or maybe v3.3, I noticed some other issues at create-react-app with the same error.
How to reproduce:
As soon as you run npx create-react-app --scripts-version=react-scripts-tailwindcss my-app, you will get every package installed, folder created but no src or public folders inside, the last verbose message is: Could not locate supplied template: $PWD/cra-template.
$PWD means my current path.