JSFiddle - React, Tailwind, and code Playground
HTML
<div style="width: 500px; background: pink; padding: 10px;">
<img src="https://pp.userapi.com/c638627/v638627399/5e1c7/UytL9PuXiq8.jpg">
</div>
<div style="width: 500px; background: yellow; padding: 10px;">
<img src="https://static.pexels.com/photos/355465/pexels-photo-355465.jpeg" title="width 2000px">
</div>
CSS
img {
object-fit: contain;
max-width: 500px;
}