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;
}