JSFiddle - React, Tailwind, and code Playground
HTML
RGBA:
<div class="rgba"></div>
CSS
div {
width: 200px;
height: 200px;
}
.rgba {
background-color: rgba(96, 96, 96, .1);
}
RGBA:
<div class="rgba"></div>
div {
width: 200px;
height: 200px;
}
.rgba {
background-color: rgba(96, 96, 96, .1);
}