JSFiddle - React, Tailwind, and code Playground

by Julien Vernet

HTML

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css">
<div class="box-icon">
    <i class="icon-long-arrow-left"></i>
</div>

CSS

.box-icon {
    width: 100px;
    height: 100px;
    background-color: #d80b36;
    position: relative;
    float: left;
    text-align: center;
    line-height: 90px
}
.box-icon i {
    color: #fff;
    font-size: 70px;
    vertical-align: middle;
}