DenoDDeno
Powered by
wedmaniacW
Denoβ€’16mo ago
wedmaniac

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!:)
image.png
image.png
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

LocalStorage Override
AmusedGrapeAAmusedGrape / help
3y ago
CSS without tailwind
HearrokHHearrok / help
2mo ago
deno+vite+tailwind
moochMmooch / help
12mo ago