JSFiddle - React, Tailwind, and code Playground
HTML
<a href="https://vk.com" class="vk_sprite">vk.com</a>
CSS
html,
body {
background: #507299;
margin: 0;
padding: 0;
}
a.vk_sprite {
background: url(https://new.vk.com/images/icons/head_icons.png?5) 0 0 no-repeat;
display: block;
font-size: 0;
margin: 40px auto;
height: 19px;
width: 32px;
}