JSFiddle - React, Tailwind, and code Playground

by j08691

HTML

<div class="someWrapper">
     Lorem Ipsum is a dummy content
      <div class="anotherContainer">
          <p>Text goes here</p>
      </div>
 </div>

JavaScript

var node = document.getElementsByClassName('someWrapper')[0].firstChild.remove();