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
$($('.someWrapper').get(0).firstChild).remove();