JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<img src="http://lorempixel.com/200/200/city/" alt="" />
</div>
CSS
div{
position: relative;
overflow: hidden;
margin: 100px;
width: 150px;
height: 150px;
border-radius: 40px;
background-color: green;
}
img{
position: absolute;
}