JSFiddle - React, Tailwind, and code Playground

HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<div>&nbsp; </div>
<div>With Data </div>

CSS

div{ background-color:red;}

JavaScript

$('div').filter(function() {

  return $.trim($(this).text()) === ''

}).remove()