JSFiddle - React, Tailwind, and code Playground
HTML
<div>hello world</div>
JavaScript
var text = document.getElementsByTagName('div');
console.log(text[0].innerHTML);
<div>hello world</div>
var text = document.getElementsByTagName('div');
console.log(text[0].innerHTML);