JSFiddle - React, Tailwind, and code Playground
by Marco Abate
HTML
<button type="button">
Click Me
</button>
CSS
button::before {
content: "";
height: 10px;
width: 10px;
background-color: red;
}
by Marco Abate
<button type="button">
Click Me
</button>
button::before {
content: "";
height: 10px;
width: 10px;
background-color: red;
}