wedmaniac
wedmaniac3w ago

Tailwind override style?

Hello there! I'm trying to render equations and such from MathML! However after one frame the style gets changed or overridden by tailwind i think! If it is tailwind, how can i stop tailwind from doing this to this div?
<div dangerouslySetInnerHTML={{
__html: `
<math xmlns="http://www.w3.org/1998/Math/MathML">
<msub>
<mi>Q</mi>
<mi>D</mi>
</msub>
</math>
`,
}}
/>
<div dangerouslySetInnerHTML={{
__html: `
<math xmlns="http://www.w3.org/1998/Math/MathML">
<msub>
<mi>Q</mi>
<mi>D</mi>
</msub>
</math>
`,
}}
/>
thx in advance!:)
No description
No description
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?