JSFiddle - React, Tailwind, and code Playground

by Elena Shevchuk

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;
}
img {
    position: absolute;
    width: 100%;
    height: 100%;
    
}