JSFiddle - React, Tailwind, and code Playground

by 3rror404

HTML

<img src="https://placehold.it/500x500">

CSS

img {
  padding: 5% 0;
  object-fit: cover;
  display: block;
  width: 10vh;
  height: 10vh;
  border-radius: 50%;
  border: 1px solid white; 
  margin: 0 auto;
}