JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

SCSS

div {
    width: 100px;
    height: 100px;
    background: rgba(#369, .8);
}