JSFiddle - React, Tailwind, and code Playground

by Reigel Gallarde

HTML

<div class="box">
</div>
<div class="box"></div>

CSS

div {
    height: 150px;
}

JavaScript

$('.box:empty').text('empty!');