JSFiddle - React, Tailwind, and code Playground
by Alex Slepenkov
HTML
<div class="pod tovar"></div>
<div class="mazik tovar"></div>
CSS
.tovar{
display:inline-block;
}
.pod{
background:url(http://assorti62.ru/image/cache/data/image/0002559-500x500.png) no-repeat center center;
background-size:100% 100%;
height:300px;
width:200px;
}
.mazik{
background:url(http://funik.ru/uploads/images/04_2015/26/20_840ceb7973d69454254b52ffc4012ade.jpg) no-repeat center center;
background-size:100% 100%;
height:300px;
width:200px;
}