JSFiddle - React, Tailwind, and code Playground

by operatino

HTML

<div></div>

CSS

div {
width: 100px;
height: 100px;
background-color: red;
    background-color: rgba(0,0,0,.4);
}