JSFiddle - React, Tailwind, and code Playground
HTML
<div>
Some div
</div>
CSS
div
{
width: 200px;
height: 200px;
background-color: rgba(50,100,128,0.5);
}
JavaScript
// CSS3 Colors - RGBA
<div>
Some div
</div>
div
{
width: 200px;
height: 200px;
background-color: rgba(50,100,128,0.5);
}
// CSS3 Colors - RGBA