JSFiddle - React, Tailwind, and code Playground

by darkajax

HTML

<div class="selectOptionButton text-center">Test</div>

CSS

.selectOptionButton{
  display: block;
  -webkit-box-shadow: inset 1px 1px 15px 2px #e7e6e;
  -moz-box-shadow: inset 1px 1px 15px 2px #e7e6e; 
  box-shadow: inset 1px 1px 15px 2px #e7e6e; 
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px; 
  border-radius: 100px; 
  height: 50px;
  width: 100px;
  background-color: #e7e6e0;
}