JSFiddle - React, Tailwind, and code Playground

HTML

<div id="box">Testing yo</div>
<br>
    <h1>
        
    </h1>

<script>
    var show = document.getElementById("box").innerHTML;
    document.write(show);
</script>

JavaScript

/* document.write(show); */