JSFiddle - React, Tailwind, and code Playground
HTML
<div class="box">
<img src="http://stat16.privet.ru/lr/0b0a4730a718aa0d9ab9daa9afd09e86" alt="">
</div>
CSS
.box {
width: 100px;
height: 100px;
padding: 10px;
position: relative;
background: gray;
border: 3px solid red;
}
img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
box-sizing: border-box;
}