JSFiddle - React, Tailwind, and code Playground

by dipaks2011

HTML

<div>Some content</div>
<div></div>
<div>Some next content</div>

CSS

:empty{ display: none;}
div{ border: 1px solid #64be99; min-height: 30px; margin: 0 0 4px 0;}