JSFiddle - React, Tailwind, and code Playground

by Josh Pullen

HTML

<div></div>

CSS

div {
  width: 100px;
  height: 100px;
  background: linear-gradient(to bottom, rgb(224, 224, 224) 0%, transparent 100%);
}