JSFiddle - React, Tailwind, and code Playground
HTML
<div class="di_img">
<div class="di_img_cont">
</div>
</div>
CSS
.di_img { margin:100px; width:200px; height:200px; background:#F00;}
.di_img_cont { background:#0F0; width:50px; position:relative; height:50px;bottom:2px;}