JSFiddle - React, Tailwind, and code Playground
HTML
<div>
Some div
</div>
CSS
div
{
width: 200px;
height: 200px;
background-color: hsla(120,65%,75%,0.3);
}
JavaScript
// CSS3 Colors - HSLA
<div>
Some div
</div>
div
{
width: 200px;
height: 200px;
background-color: hsla(120,65%,75%,0.3);
}
// CSS3 Colors - HSLA