JSFiddle - React, Tailwind, and code Playground
HTML
<address>
<span class="tel">+45 55555555</span>
<a class="email" href="mailto:[email protected]">e-mail</a>
<a class="vk-link" href="http://vk.com"> мы в контакте</a>
</address>
CSS
address *{
display: block;
padding: 0 0 0 40px;
height: 25px;
line-height: 25px;
}
.tel {
background: url(http://siteforsites.ru/_ph/243/2/627084781.png) no-repeat center left;
}
.email {
background: url(http://fay.by/locid/s8/200248/bin/icon.png) no-repeat center left;
}
.vk-link {
background: url(http://siteforsites.ru/_ph/243/2/655099140.png) no-repeat center left;
}