JSFiddle - React, Tailwind, and code Playground
by mohammadAdil
HTML
<div class="abc">
<strong>ddffgg</strong>
<span class='hideMe'>qwerty</span>
</div>
JavaScript
$('.hideMe').hide();
by mohammadAdil
<div class="abc">
<strong>ddffgg</strong>
<span class='hideMe'>qwerty</span>
</div>
$('.hideMe').hide();