JSFiddle - React, Tailwind, and code Playground
by rizwanabbasi
HTML
<i class="phone"></i>
CSS
i.phone
{
float:left;
height:56px;
vertical-align:middle;
width:56px;
background:url(http://i.stack.imgur.com/kyVhA.png) -65px -75px no-repeat;
}
by rizwanabbasi
<i class="phone"></i>
i.phone
{
float:left;
height:56px;
vertical-align:middle;
width:56px;
background:url(http://i.stack.imgur.com/kyVhA.png) -65px -75px no-repeat;
}