JSFiddle - React, Tailwind, and code Playground

by kirito0709

HTML

<div class="circle"></div>

CSS

.circle{
  border-radius:50%;
  background:#eca732;
  width:15px;
  height:15px;
  box-shadow: 0px 0px 8px 0px #816637 inset;
  margin-right:5px;
}