Getting Tailwind to work with Gridsome isn't quite as straightforward as the plugins might make it seem now that Tailwind defaults to using PostCSS ^8 and Gridsome/Vue 2.X isn't compatilbe with versions greater than 7 (yet?).
This blog will get you up and running quickly with a built-in list of files you need to change and what you need to change in them.
⨠Tailwind Pre-configured utilizing the Tailwind Typography plugin
š Pre-configured Sharing Cards & Canonical URL
ā” Gridsome's quick loading speeds
š Custom Social Icons for Twitter, Youtube, Instagram, & LinkedIn
š Sitemap for showing up in Google Search Results
ā Formatted Codeblocks (Add filenames using {codeTitle: "src/filename.js"}
after your langauge value)
gridsome create your-repo-name https://github.com/TerabyteTiger/twblog
(replace your-repo-name
with what you want your repository to be called)cd your-repo-name
(same name as above)