JSFiddle - React, Tailwind, and code Playground
by stvnmntjy
HTML
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/MathJax.js?config=AM_HTMLorMML"></script>
</head>
<body>
<p>`2x + 3 = x^2`</p>
<p>`x^2 - 2x - 3 = 0`</p>
<p>`(x - 3) (x + 1) = 0`</p>
<p>`x in {-1, 3}`</p>
</body>