JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div:before{
content: "";
display: block;
width: 50px;
height: 50px;
background: red;
cursor: pointer;
}
<div></div>
div:before{
content: "";
display: block;
width: 50px;
height: 50px;
background: red;
cursor: pointer;
}