JSFiddle - React, Tailwind, and code Playground

HTML

<div id="f" style="width:50px; height:50px; background-color:#ddd">
    <p>Some text</p>
</div>

JavaScript

alert(document.getElementById("f").innerHTML);
alert(document.getElementById("f").outerHTML);