JSFiddle - React, Tailwind, and code Playground
HTML
<div class="block"></div>
CSS
.block {
background: #ccc;
line-height: 100px;
}
.block:before {
content: ".";
display: block;
text-indent: -9999px;
}
<div class="block"></div>
.block {
background: #ccc;
line-height: 100px;
}
.block:before {
content: ".";
display: block;
text-indent: -9999px;
}