JSFiddle - React, Tailwind, and code Playground
by brigand
HTML
<div id="test" data-foo="<"></div>
<div id="out"></div>
JavaScript
out.textContent = test.dataset.foo;
by brigand
<div id="test" data-foo="<"></div>
<div id="out"></div>
out.textContent = test.dataset.foo;