JSFiddle - React, Tailwind, and code Playground
HTML
<div id="apar">
This text is to be removed
<span>
Random content
</span>
<span>
Random content
</span>
<div>
.....
</div>
</div>
JavaScript
$('div').contents().first().remove();