JSFiddle - React, Tailwind, and code Playground

HTML

<div>
  <img src="https://cdn.igromania.ru/mnt/news/9/3/b/f/0/9/77156/27385c514269e39f_848x477.jpg">
</div>

CSS

div{
  width:100%;
  height:100px;
}
img{
  width:100%;
  height:100%;
  object-fit:contain;
}