JSFiddle - React, Tailwind, and code Playground

by Kocsten

HTML

<a class="beglanum_skamrus" href="http://zornet.ru/">
  <div class="tremikalob">Скачать файл</div>
  <div class="gerbarilan">Размер 59mb</div>
</a>

CSS

body{
  padding: 100px 0;
  background: #392121;
  font-family: sans-serif;
  font-size: 1em;
  text-align: center;
}




.beglanum_skamrus {
    display: inline-block;
    height: 47px;
    color: #3c92ec;
    border: 3px solid #225ad2;
    text-decoration: none;
    overflow: hidden;
}

.tremikalob, .gerbarilan {
    padding: 0 95px;
    line-height: 47px;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.41, 0.94);
    transition: all 0.2s cubic-bezier(0, 0, 0.48, 0.76);
}

.tremikalob {
    background-color: #195398;
    color: #efe4e4;
}
.beglanum_skamrus:hover .tremikalob{
  margin-top: -47px;
}