JSFiddle - React, Tailwind, and code Playground
by andrei
HTML
<div id="test"></div>
CSS
#test {
width:200px;
border:1px solid #666;
border-radius: 200px;
height:200px;
background:url(http://localhost/ipad/img/thmb/m17.jpg);
-webkit-transform:scale3d(.2,.2,.2);
-webkit-transform-origin:left top;
}