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%;
}
by phloe
<div>
foobar international
</div>
div {
display: inline-block;
padding: 20px;
background-color: blue;
color: white;
border-radius: 50 / 50%;
}