This project is a basic template for a react application using webpack, and YARN as package manager.
When you run yarn first and start the project you should see some headers but without styles, they should look identical.
Tailwind CSS Please update the content array with your files pattern. Check docs to update them properly. https://tailwindcss.com/docs/content-configuration
THIS NEEDS NODE 12.13.0
To update packages based in package.json range you can use yarn upgrade-interactive which will allow you to select which packages to update.
Otherwise if you want to update to latest, ignoring range, you can use yarn upgrade-interactive --latest.
Feel free to contact me if you have suggestions/requests.