JSFiddle - React, Tailwind, and code Playground

HTML

<div class="flag_1"><a href="http://shahlavwest.ru/index.php"><img src="http://shahlavwest.ru/images/icon/rus_flag.png" alt="rus flag" width="48" height="36" /></a></div>
<div class="flag_2"><a href="http://shah-lav-west.ru/"><img src="http://shahlavwest.ru/images/icon/eng_flag.png" alt="rus flag" width="48" height="36" /></a></div>
</div>

CSS

body {
background-color:#420200;
background-image:url(http://shahlavwest.ru/images/welcome.jpg);
background-repeat:no-repeat;
background-position:center
}
.flag_1 {
    width:50%;
    margin:500px 0 0 0;
    float: right;
}
.flag_1 img {
    margin:0 0 0 20px;
}
.flag_2 {
    width:50%;
    margin:500px 0 0 0;
    float: left;
    text-align:right;
}
.flag_2 img {
    margin:0 20px 0 0;
}