JSFiddle - React, Tailwind, and code Playground
by booktu8
HTML
<div>hello,world!</div>
JavaScript
var body = document.body
console.log(body.innerHTML)
by booktu8
<div>hello,world!</div>
var body = document.body
console.log(body.innerHTML)