JSFiddle - React, Tailwind, and code Playground
by adamh
HTML
<div id="logo">Ah</div>
CSS
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
#logo {
font-family: 'Droid Serif', serif;
font-size: 72px;
font-weight: bold;
color: white;
background: #f70;
text-shadow: 4px 4px 0 #cc5f00;
display: inline-block;
width: 100px;
height: 100px;
padding: 30px 30px 0px 10px;
border-radius: 4px;
}