JSFiddle - React, Tailwind, and code Playground
by kinduff
HTML
<h1>W</h1>
CSS
@import url('https://fonts.googleapis.com/css?family=Monoton');
h1 {
font-family: 'Monoton', cursive;
font-weight: 200;
margin: 0;
display: inline-block;
width: 500px;
height: 500px;
font-size: 335px;
text-align: center;
background: rgb(247,81,40);
background: linear-gradient(180deg, rgba(247,81,40,1) 0%, rgba(204,45,45,1) 100%);
color: #FFF;
}