JSFiddle - React, Tailwind, and code Playground

by scurrilus

HTML

<div id="test">
hallo
</div>

<script>
var test = document.getElementById("test").innerHtml;
console.log(test)
</script>