JSFiddle - React, Tailwind, and code Playground

HTML

<div>htmlbook</div>

CSS

div{
width:400px;
height:200px;
font-size:38px;
font-family: Tahoma;    
color: #bd2026;
    font-size: 72px;
    font-weight: bold;
    background: #9d9582;
    background: -o-linear-gradient(#eeece6, #9d9582);
    background: -moz-linear-gradient(#eeece6, #9d9582);
    background: -webkit-linear-gradient(#eeece6, #9d9582);
    background: linear-gradient(#eeece6, #9d9582);
line-height:180px;
text-align:center;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.5), -1px 0 1px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(255, 255, 255, 0.75), 1px 0 2px rgba(255, 255, 255, 0.75);     
}