JSFiddle - React, Tailwind, and code Playground

HTML

<div class="myDiv">
Hello!! if code works you should not see me!
</div>

JavaScript

Array.from(document.getElementsByClassName("myDiv"))
    .forEach(element => element.remove());