JSFiddle - React, Tailwind, and code Playground
HTML
<div><img src="https://www.cardician.ru/slider/neon.jpg" alt="" class="a_neon_1" />
<img src="https://www.cardician.ru/phpshop/templates/main/images/smotret-karty.png" class="a_neon_2">
</div>
CSS
div{
position:relative;
}
.a_neon_1{
max-width:980px;
width:100%;
}
.a_neon_2{
max-width:100px;
width:100%;
position:absolute;
bottom:25%;
left:45%;
}