JSFiddle - React, Tailwind, and code Playground

by Gereltod Gotsbayar

HTML

<div class="img">
    <img src="http://i40.tinypic.com/10zpfya.jpg" alt="Хамар зураг" width="500" />
    <span class="text text1">Энийг дух гэдэг</span>
    <span class="text text2">Энэ бол нүд</span>
    <span class="text text8">Эндээс нус гарна</span>
</div>

CSS

:root {display: block}

.img {position: relative; width: 500px; background-color: #ddd; margin-left: 200px;}
.text {position: absolute; background-color: #ddd}

.text1 {top: 180px; left: -80px;}
.text2 {top: 225px; left: -50px;}
.text8 {top: 240px; right: -80px;}