Problem with Tailwind CSS when using the react-markdown component – Reactjs
The markdown is not working except for italic and bold. I have figured out that the problem is caused by Tailwind CSS because of how it handles text-size and other styles. If I comment out the index.css import (which defines…