JSFiddle - React, Tailwind, and code Playground
by adem
HTML
<link href='http://fonts.googleapis.com/css?family=Lobster+Two:700italic' rel='stylesheet' type='text/css'>
<div><span> </span></div>
CSS
* {
margin: 0;
padding: 0;
}
html {
font: italic bold 64px/1.4em 'Lobster Two';
background: #6A7B87;
color: #44484B;
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}
div {
background: #424C53;
border-bottom: 1px solid #3D464C;
height: 96px;
}
span {
color: #314554;
}