When I use react-markdown with tailwind css, markdown styling isn't applied at all because tailwind css initialized all default styling. How can I solve it? Also, I need language highlighter plugins so that users can post with code. What's the best plugin for it and how to solve the conflict with tailwind css?
Jafar Sadique Jahan
I'm a React Developer and a freash CS graduate.
use tailwind typography plugin.
I faced the same problem today then learned about tailwind typography plugin. It solved everything.