JSFiddle - React, Tailwind, and code Playground
by Randy Crews
HTML
<div class="test">
</div>
CSS
.test {
background-color: coral;
padding: .2em;
}
by Randy Crews
<div class="test">
</div>
.test {
background-color: coral;
padding: .2em;
}