JSFiddle - React, Tailwind, and code Playground
HTML
<script src="//api-maps.yandex.ru/2.1/?lang=ru_RU"></script>
<div class="b1">
<div class="b2">
Здесь что то. Текст
</div>
CSS
.b1{
margin:0 auto;
width:700px;
height:500px;
background:#ff0;
overflow:hidden;
position:relative;
}
.b2 {
position:absolute;
margin-top:100px;
margin-left:-400px;
width:1500px;
height:1500px;
background:url('http://www.fainaidea.com/wp-content/uploads/2015/09/Karta_Moscow.gif');
border-radius: 750px 750px 0 0;
text-align:center;
padding-top:20px;
font-size:40px;
}