JSFiddle - React, Tailwind, and code Playground
by eget teteete
HTML
<div>l</div>
JavaScript
var body = document.getElementsByTagName('div')[0];
console.log(body);
var sp = document.createElement('span');
sp.innerText = 'uerin;;;;;;;;;;;sddnkncn;cdsc';
body.appendChild(sp);