JSFiddle - React, Tailwind, and code Playground
by infous
HTML
<img src="https://picsum.photos/200/300">
CSS
img {
border-radius: 50%;
display: block;
width: 200px;
height: 200px;
object-fit: cover;
}
by infous
<img src="https://picsum.photos/200/300">
img {
border-radius: 50%;
display: block;
width: 200px;
height: 200px;
object-fit: cover;
}