JSFiddle - React, Tailwind, and code Playground

by Augustus Yuan

HTML

<div>
  hello?
</div>

CSS

*:before {
  display: block;
  background: red;
  width: 60px; height: 60px;
}