JSFiddle - React, Tailwind, and code Playground

by Alex Slepenkov

HTML

<div>
<a class="russia">
</a>
<a class="engl"></a>
  <p>
    <a href="xxxxx.ru" target="_blank">Мы находимся тут.</a>
    <br>
    <a href="http://u-xxxx.ru">xxxxxx.</a>
    <br>
    <a href="https://www.xxxxx.com">xxxxxxx.</a>
    <br>
    <a href="http://dxxxxx.com">Delicate xxxxx.</a>
    <br>
    <a href="https://xxxxx.com">ххххххххх.</a>
    <br>
    <a href="https://*******/xxxxx">Ху из xxxxxx?*</a>
    <br>
    <a href="mailto:[email protected]">Пишите, если хотите помочь нам расти.</a>
    <br>
    <a href="mailto:[email protected]">Пишите, если хотите помочь себе расти.</a>
    <br>
    <a href="mailto:[email protected]">Пишите.</a></p>

</div>

CSS

body{
  height:100%;
}
div {
  font-size: 3.0vw;
  width: 90%;
  height:100%;
  margin:0 auto;
}

div p {
  text-align: right;
  text-transform: uppercase;
  font-family: Open Sans;
  font-style: italic;
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: black;
}

a:active {
  text-decoration: none;
  color: black;
}
.russia{
 background:url(http://boombob.ru/img/picture/Oct/15/3b37e42f3d5d03a2a329ea4d3ce937d2/6.jpg) no-repeat center center;
  background-size:100%;
padding:4%;
  float:left;
  margin-top:-2%;
  display:inline-block;
}
.engl{
   background:url(http://projon.be/WWW/Images/vlag_engels.jpg) no-repeat center center;
  background-size:100%;
  padding:4%;
  float:left;
    margin-top:-2%;
  display:inline-block;
}