JSFiddle - React, Tailwind, and code Playground

HTML

<div class="yaySpill">Some text here</div>

CSS

.yaySpill {
    background: #d9d9d9;
    width: 20px;
}