JSFiddle - React, Tailwind, and code Playground
by darcyclarke
HTML
<div></div>
CSS
div {
background: red;
height: 100px;
width: 100%;
}
div:after {
content: 'yo!';
background: green;
}
by darcyclarke
<div></div>
div {
background: red;
height: 100px;
width: 100%;
}
div:after {
content: 'yo!';
background: green;
}