JSFiddle - React, Tailwind, and code Playground
by bilelz
HTML
<div id="compass"></div>
CSS
#compass{
height:200px;
width:200px;
border : 1px solid red;
border-radius:200px;
}
by bilelz
<div id="compass"></div>
#compass{
height:200px;
width:200px;
border : 1px solid red;
border-radius:200px;
}