I'm using tailwindcss for the first time and really enjoying most of it however when I get to big chunks of markdown I'm ending up with big chunks of unstyled text. Basic things like link styles, paragraphs and font size are sorely missing.
I'm partially getting around this by using the typography plugin and spanning a lot of prose this mostly works but I can't target specific layouts and I have to use the same prose style everywhere.
I think (but not tried) I can add css classes to the markdown within grav but then users need to know tailwind and markdown which is not really workable.
Any other ideas?