JSFiddle - React, Tailwind, and code Playground
by evild70
HTML
<p>
Paragraph
</p>
<p>
</p>
<p>
End
</p>
JavaScript
$('p').filter(function(){
return !$.trim($(this).text());
}).remove();
by evild70
<p>
Paragraph
</p>
<p>
</p>
<p>
End
</p>
$('p').filter(function(){
return !$.trim($(this).text());
}).remove();