JSFiddle - React, Tailwind, and code Playground
HTML
<div><img src="https://yt3.ggpht.com/-ly0A8oqWZjY/AAAAAAAAAAI/AAAAAAAAAAA/zLw3flqrG9c/s100-c-k-no/photo.jpg" alt=""></div>
CSS
div{
display:flex;
width:200px;
height:200px;
border:1px solid #333;
}
div img{
margin:auto;
}