JSFiddle - React, Tailwind, and code Playground
by jcutrell
HTML
<textarea id="checkme"><p></p></textarea>
JavaScript
console.log($($("#checkme").val()).text());
by jcutrell
<textarea id="checkme"><p></p></textarea>
console.log($($("#checkme").val()).text());