JSFiddle - React, Tailwind, and code Playground
by blunderboy
HTML
<div>
Hi this is test of gradients
</div>
CSS
div {
background-color: pink;
background: -moz-linear-gradient(top, #555, #fff);
background-position: 100px;
border: 1px solid red;
border-radius: 2px;
height: 200px;
margin: auto;
padding-top: 20px;
text-align: center;
width: 400px;
}