This repository is great because it simply showcases how to use tailwind with create-react-app without other modules. I would love just to see these few lines added to the tailwind config file to configure purge. ``` purge: [ './public/**/*.html', './src/**/*.tsx', './src/**/*.jsx', ], ``` Will you be able to add this lines @kriswep to help out newcomers? Do you prefer a Pull Request with this?