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 id="wrapper"><div id="text">aydio</div></div>
CSS
#wrapper {
margin: 50px;
width: 110px;
height: 110px;
background: #56646E;
}
#text {
height: 96px;
width: 96px;
border-radius: 50%;
background: #f0f0f0;
color: #56646E;
font: italic bold 32px/3em 'Lobster Two';
}