JSFiddle - React, Tailwind, and code Playground

by firegroove

HTML

<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<div class="exp"><i class="fa fa-camera-retro fa-3x"></i></div>

CSS

.exp{
    width: 80px;
    height: 80px;
    background-color: greenyellow;
    border-radius: 100%;
    line-height: 10px;
		font-size: 55px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.fa-camera-retro {
 line-height: inherit;
}