JSFiddle - React, Tailwind, and code Playground
by basarat
HTML
<pre>
Some content that contains <and>
</pre>
JavaScript
alert($("pre").text()); // And is interpreted as a tag
by basarat
<pre>
Some content that contains <and>
</pre>
alert($("pre").text()); // And is interpreted as a tag