JSFiddle - React, Tailwind, and code Playground

by William Green

HTML

<div id="test">This is the textContent</div>
<script type="text/javascript">
	alert(document.getElementById('test').textContent);
</script>