JSFiddle - React, Tailwind, and code Playground

HTML

<div>
Unescaped:
<br>
<a href="">Levi's&reg; MLB Club Coat</a>
</div>

<div>
Correctly escaped:
<br>
http://foo.com/bar?foo=bar&amp;region=US&amp;register=lowpass&amp;reg_test=fail&amp;trademark=correct
</div>