JSFiddle - React, Tailwind, and code Playground

by Alexander Lashchevsky

HTML

<div class="foo">

</div>

CSS

.foo {
  width: 50px;
  height: 50px;
  background: red;
  border-radius: 7.5%;
}