JSFiddle - React, Tailwind, and code Playground
HTML
<div id="social">
<span><i>S</i>tv в социальных сетях:</span>
<a href="http://vk.com/stvsb" target="_blank" title="STV Вконтакте!" alt="STV Вконтакте!"><img src="http://www.stv-sb.ru/image/data/vk.png" width="20px" height="20px"></a>
<a href="http://www.odnoklassniki.ru/group/54623063572505" target="_blank" title="STV В одноклассниках!" alt="STV В одноклассниках!"><img src="http://www.stv-sb.ru/image/data/odn.png" width="20px" height="20px"></a>
</div>
CSS
#social {
position: relative;
top:15px;
padding-left: 15px;
margin-top: 10px;
}
#social a{
position:relative;
top:5px;
}
#social span {
font-family: Verdana, Geneva, sans-serif;
font-size: 9px;
}