JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

div {
  width: 200px;
  height: 200px;
  background: green;
  border-radius: 50%;
  overflow: hidden;
}