JSFiddle - React, Tailwind, and code Playground

by josekerekes

HTML

<div>
fad
</div>

CSS

body,html {
  height:100%;
  width:100%
}
div {
  height:100%;
  width:100%;

  background-color:hsl(120deg,100%,50%);
    filter:hue-rotate(20deg);
  
}