JSFiddle - React, Tailwind, and code Playground

by Sajeetharan Sinnathurai

HTML

<div>hello world</div>

JavaScript

var text = document.getElementsByTagName('div');

console.log(text[0].innerHTML);