JSFiddle - React, Tailwind, and code Playground
by ScottRippey
HTML
<h1> Example </h1>
CSS
h1 {
font-size: 72px;
background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#333));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}