JSFiddle - React, Tailwind, and code Playground

by Radiocity

HTML

<ul id="big">
  <li></li>
</ul>

<ul  id="small">
  <li></li>
</ul>

CSS

#small {
 width: 74px;
 min-width:74px;
 height: 74px;
 min-height: 74px;
 background: url('http://clubmasters.ru/public/page_images/239/68x68-Albina Mango Photo 07.jpg') no-repeat center;   
margin-top:7px;    
}

#small li {
 width: 74px;
 min-width:74px;
 height: 74px;
 min-height: 74px;
 background: url('http://clubmasters.ru/public/images/dinfoceil.png') 0px -376px;    
}

#big {
 width: 230px;
 min-width:230px;
 height: 372px;
 min-height: 372px;
 background: url('http://clubmasters.ru/public/page_images/239/224x364-Albina%20Mango%20Photo%2007.jpg') no-repeat center;    
}

#big li{
 width: 234px;
 min-width:234px;
 height: 372px;
 min-height: 372px;
 background: url('http://clubmasters.ru/public/images/dinfoceil.png') no-repeat top left;    
}