JSFiddle - React, Tailwind, and code Playground

by Michael Prosser

HTML

<div class="rounded">
<img src="https://static.scientificamerican.com/sciam/cache/file/92E141F8-36E4-4331-BB2EE42AC8674DD3_source.jpg" width="400" />
</div>

CSS

.rounded { 
  width:400px;
  border-radius: 50%; 
} 
.rounded img{ 
  width:400px;
  border-radius: 50%; 
}