JSFiddle - React, Tailwind, and code Playground

by JonAbrams

HTML

<div>Hello</div>

CSS

div {
    background: -webkit-linear-gradient(red, rgba(255, 0, 0, 0));
    background: linear-gradient(to bottom, red, rgba(255, 0, 0, 0));
    height: 100px;
}