JSFiddle - React, Tailwind, and code Playground

by Randy Crews

HTML

<div class="test">

</div>

CSS

.test {
  background-color: coral;
  padding: .2em;
}