JSFiddle - React, Tailwind, and code Playground

by josekerekes

HTML

<div id="target"></div>

CSS

#target {
    background:blue;
    padding:10px;
    width:200px;
    height:200px;
    background-clip: content-box;
    border:1px solid black;
    border-radius:50%
    
}