JSFiddle - React, Tailwind, and code Playground
by Tyler Brown
HTML
<div id="foo"></div>
<div id="bar"></div>
CSS
div {
width: 30px;
height: 30px;
border-radius: 100%;
margin: 10px 100px;
box-sizing: border-box;
background-color: white;
}
#foo {
border: 1px solid #0094b7;
}
#bar {
box-shadow: inset 0 0 1px 1px #0094b7;
}