JSFiddle - React, Tailwind, and code Playground

by Baliga

HTML

<div class="circle">

</div>

CSS

.circle{
  height: 100px;
  width:100px;
  background-color: red;
  border-radius: 100%;
  margin:20px;
  
  border-style: solid;
  border-width: 5px;
  border-color:green;
}