JSFiddle - React, Tailwind, and code Playground
HTML
<div class="smile"></div>
CSS
.smile {
width: 50px;
height: 50px;
border-radius: 50%;
background-color: rgba(255, 153, 51, .6);
box-shadow: inset 0 0 15px 5px rgba(255, 153, 51, 1);
}