Now that Tailwind CSS has JIT mode, I have stopped configuring and using laravel mix.
A useful feature of mix is cache busting - the ability to force your users to reload css and js files from the server instead of using their cached versions
A simple way to add cache busting to your css loads is to use your Git commit sha hash as a parameter on the css line.