To style the html generated from the markdown file, we'll plugin Tailwind Typography to the package.json file.
https://tailwindcss.com/docs/typograp...
We'll at this time also add in the tailwind.config.js file and make sure we include the typography plugin there as well.
I've also added to tailwind.config.js some added css to remove the back ticks that are kept when adding in code snippets.