JSFiddle - React, Tailwind, and code Playground
by sonylnagale
HTML
<div></div>
CSS
div {
width: 50px;
height: 50px;
border-radius:50%;
box-shadow: 0 0 0 3px #e78267;
}
by sonylnagale
<div></div>
div {
width: 50px;
height: 50px;
border-radius:50%;
box-shadow: 0 0 0 3px #e78267;
}