JSFiddle - React, Tailwind, and code Playground
by electronoob
HTML
<div id="display">
nothing yet i guess
</div>
JavaScript
var pixels = "3";
pixels = "e";
setInterval( ()=> {
document.getElementById("display").innerHTML = "<pre>" +pixels+ "</pre>";
}, 32);