JSFiddle - React, Tailwind, and code Playground

by Sergey Alexeev

HTML

RGBA:
<div class="rgba"></div>

CSS

div {
    width: 200px;
    height: 200px;
}
.rgba {
    background-color: rgba(96, 96, 96, .1);
}