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