JSFiddle - React, Tailwind, and code Playground

HTML

<style type="text/css" title="text/css">
    <!--
    h1 {
        font-family: "Myriad Pro", sans-serif;
        font-size: 40px;
        font-weight: normal;
    }

    /* --- start of magic ;-) --- */
    .white-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#444), to(red));
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;  

}
    }

</style>

<h1 class="white-gradient">Pure CSS text gradient without any graphics</h1>