JSFiddle - React, Tailwind, and code Playground

by DoubleYo

HTML

<div></div>

CSS

div {
    width: 565px;
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#343434));
    background: -moz-linear-gradient(top,  #ccc,  #343434);
}