JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<img src="https://placekitten.com/200/200" alt="">
</div>
CSS
div {
box-shadow: 10px 10px 10px grey;
}
div {
width: 200px;
height: 200px;
background: green;
border-radius: 50%;
overflow: hidden;
}