JSFiddle - React, Tailwind, and code Playground

by Oleg Khobotov

HTML

<div></div>

CSS

div:before{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: red;
    cursor: pointer;
}