JSFiddle - React, Tailwind, and code Playground
by rodrigorf
HTML
<div id="div1" style=" border:2px dashed red; height:200px; width:200px;">
uhuuuu
</div>
JavaScript
var elem = document.getElementById('div1');
elem.style.display = 'none';
by rodrigorf
<div id="div1" style=" border:2px dashed red; height:200px; width:200px;">
uhuuuu
</div>
var elem = document.getElementById('div1');
elem.style.display = 'none';