JSFiddle - React, Tailwind, and code Playground
by Peter A
HTML
<h1>Material response</h1>
SCSS
h1{
font-size: 2.5em;
color: rgba(#f9f9f9, 0.7);
text-shadow: 0 -1px 0 rgba(#000,0.2), 0 1px 0 rgba(#FFF,0.1);
text-align: center;
text-transform: uppercase;
margin-bottom: 50px;
}