JSFiddle - React, Tailwind, and code Playground
by Softlink
HTML
<div><span></span></div>
CSS
@import "http://webfonts.ru/import/awesome.css";
body{
background:#f39252;
}
div{
display: inline-block;
padding: 20px;
background: rgba(255,255,255,0.3);
}
span{
font-family: FontAwesome;
}
span:before{
content: "\f030";
color: #f39252;
font-size: 50px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}