JSFiddle - React, Tailwind, and code Playground
by rajaadil
HTML
<div id="code"> My program <br />It is here!</div>
JavaScript
alert($('#code').text());
by rajaadil
<div id="code"> My program <br />It is here!</div>
alert($('#code').text());