JSFiddle - React, Tailwind, and code Playground

HTML

<span id="test" class="test">Hey</span><br/>
<span class="test">Hey this is longer</span>

CSS

.test {
  font-size: 50px;
  background: transparent;
  border-radius: 70px;
  height: 65px;
  box-shadow: 0px 6px 0px -2px #00F;
  font-family: sans-serif;
}