JSFiddle - React, Tailwind, and code Playground
HTML
<img class="img" src="http://placehold.it/350x150" alt="" />
CSS
.img {
display: block;
margin:0 auto;
max-width: 900px;
top:10px;
width: 60%;
height: 70%;
}