JSFiddle - React, Tailwind, and code Playground
HTML
<div id="leftContent">
<div style="text-align: center">
<img src="S.jpg" >
</div>
</div>
CSS
#leftContent{
}
#leftContent > div > img{
border:1px solid blue;
width:200px;
height:200px;
DISPLAY:BLOCK;
}