JSFiddle - React, Tailwind, and code Playground
HTML
<div class="img">
</div>
CSS
.img{
background:blue;
width:200px;
height:200px;
margin:0 auto;
margin-top:25vw;
}
<div class="img">
</div>
.img{
background:blue;
width:200px;
height:200px;
margin:0 auto;
margin-top:25vw;
}