JSFiddle - React, Tailwind, and code Playground

by igalst

HTML

<div class="foo">
blabla
</div>

CSS

.foo {
  width: 107px;
  height: 40px;
  border-radius: 38px;
  border: solid 5px rgba(255, 255, 255, 0.74);
  background-color: #fedfed;
}