JSFiddle - React, Tailwind, and code Playground
HTML
<span class="apple">
iPad 2
</span>
CSS
.apple {
font-family: arial, sans-serif;
font-size: 100px;
background:
-webkit-gradient(linear,center top, center bottom,
color-stop(0, #555),
color-stop(0.5, #555),
color-stop(1, black));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}