JSFiddle - React, Tailwind, and code Playground
by dolorem
HTML
<span id="emptyDiv"></span>
<span>foobar</span>
<span id="divWithComment"><!-- --></span>
CSS
#emptyDiv
{
height: 10px;
width: 10px;
background-color: blue;
}
#divWithComment
{
height: 10px;
width: 10px;
background-color: red;
}