When working with a TinyMCE editor, I have noticed that the output includes proper HTML tags such as h1, h2, b, ul, ol, li. However, when trying to display this output using TailWindCSS or Bootstrap on my own frontend, all the styles for each HTML tag appear very basic with uniform size, margin, and padding like regular text elements.
I have learned that these CSS frameworks utilize something similar to "normalize-css" to achieve this consistent look. But how can I preserve the unique CSS styles from TinyMCE in my frontend while still using Tailwind and/or BootstrapCSS?