JSFiddle - React, Tailwind, and code Playground

HTML

<div class="irg_bg">
<div class="irg_links">
<a href="http://www.re-store.ru/" target="_blank" rel="nofollow" class="igr_re">re:Store</a>
<a href="http://galaxystore.ru/" target="_blank" rel="nofollow" class="igr_sam">GalaxyStore</a>
<a href="http://sc-store.ru/" target="_blank" rel="nofollow" class="igr_sony">Sony Centre</a>
<a href="http://street-beat.ru/" target="_blank" rel="nofollow" class="igr_sb">Street Beat</a>
<a href="http://kidrocks.ru/" target="_blank" rel="nofollow" class="igr_kr">Kid Rocks</a>
<a href="http://unode50.ru/" target="_blank" rel="nofollow" class="igr_uno">UNOde50</a>
</div>
</div>

CSS

html, body {
  margin: 0
}

.irg_bg {
    background-color: #e6e6e6;
    padding: 10px
}
.irg_links {
    margin: 0 auto;
    width: 1220px;
    height: 40px
}
.irg_links a:hover {
    opacity: 1;
}
.irg_links a {
    background-image: url(https://mir-kubikov.ru/local/templates/mir-kubikov/resources/img/logobrand_sprite.svg);
    background-repeat: no-repeat;
    margin-right: 10px;
    opacity: 0.5;
    text-align: center;
    text-indent: -9990px;
    width: 80px;
}

.irg_links a, .irg_links span {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
}