Instead of bundling `postcss-cli` we can now make use of `@zeit/with-css`. This also means we can get rid of the `<style>` import and concurrent build step for css. 🎉
* Add Tailwind css example * Fix read me * Add create-next-app setup to read me