JSFiddle - React, Tailwind, and code Playground

HTML

<div class="sample">

</div>

CSS

.sample {
  width: 100px;
  height: 50px;
  border: 1px solid black;
  background-color: yellow;
}