JSFiddle - React, Tailwind, and code Playground

HTML

<span id="fraction">&frac12;</span>

JavaScript

alert($('#fraction').text() === "½")