JSFiddle - React, Tailwind, and code Playground

by phloe

HTML

<div>
foobar international
</div>

CSS

div {
  display: inline-block;
  padding: 20px;
  background-color: blue;
  color: white;
  border-radius: 50 / 50%;
}