Tailwind is a heavy framework and using it without purge CSS can create a very heavy CSS file.
tailwind CSS example should also use purge css plugin of postCSS
I've just enabled this today in a project I'm working on, so should be able to send in a PR later.
I put up https://github.com/zeit/next.js/pull/9145 to address this issue.
Most helpful comment
I put up https://github.com/zeit/next.js/pull/9145 to address this issue.