JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<div id="container">
<img width="300px" src="http://i.timhieu.net/wp-content/uploads/2018/03/tieu-su-ca-si-emily-12.jpg" alt="appropriate alt text">
</div>
</body>
CSS
img {
display: block;
max-width:10px;
max-height:95px;
width: auto;
height: auto;
}
JavaScript
/* center element in screen */