JSFiddle - React, Tailwind, and code Playground

by Vladimir

HTML

<div><span></span></div>

CSS

div {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    background-clip: content-box;
}
span {
    display: block;
    height: 100%;
    background: url(http://jsfiddle.net/img/initializing.png) center center no-repeat;
    overflow: hidden;
    background-clip: content-box;
}