JSFiddle - React, Tailwind, and code Playground

by Dineshkani

HTML

<div>I am first child to div
    <span> ha ha </span>
</div>
<div></div>

CSS

div:empty{
    width: 100px;
    height: 50px;
    background-color: blue;
}