JSFiddle - React, Tailwind, and code Playground
by Ulenka1984
HTML
<div class="wrapper">
<div class="img1">
<img class="img11" src="https://love.romanticcollection.ru/wp-content/uploads/two-people-in-love-couple-947562f2.jpg">
<img class="qwert" src="https://love.romanticcollection.ru/wp-content/uploads/love-frame.png">
</div>
</div>
CSS
.wrapper {
background: blue;
width: 600px;
height: 600px;
}
.qwert {
margin-left: -516px;
margin-bottom: 70px;
width: 600px;
height: 600px;
}
.img11 {
margin-left: 130px;
margin-bottom: 250px;
max-width: 382px;
}