JSFiddle - React, Tailwind, and code Playground

HTML

<div>
<img src='http://i.stack.imgur.com/1xDA6.jpg' style="width:500px;height:300px">
<div id="targetDiv"></div>
</div>

CSS

#targetDiv{
width:120px;
    height:50px;
    left:370px;
    top:180px;
    position:absolute;
    border:red 3px solid;
    
}