JSFiddle - React, Tailwind, and code Playground

by jackrugile

HTML

<div></div>
<img src="http://placekitten.com/200/200" />

CSS

div, img {
    background: url('http://placekitten.com/200/200') no-repeat;
    border: 5px solid rgba(0,0,0,.5);
    height: 200px;
    width: 200px;
    border-radius: 100px; 
    box-shadow: inset 0 0 5px rgba(0,0,0,.5) 
}