JSFiddle - React, Tailwind, and code Playground

by Marcos Moitas

HTML

<div id="circle">

</div>

SCSS

#circle {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: solid 4px black;
  //background: red;
}