JSFiddle - React, Tailwind, and code Playground
by Chris Rebert
HTML
<div id="a">H E L L O !</div>
JavaScript
alert(document.getElementById('a').textContent);
by Chris Rebert
<div id="a">H E L L O !</div>
alert(document.getElementById('a').textContent);