JSFiddle - React, Tailwind, and code Playground

by Alex Slepenkov

HTML

<div class="img">
</div>

CSS

.img{
  background:blue;
  width:200px;
  height:200px;
    margin:0 auto;
    margin-top:25vw;
}