JSFiddle - React, Tailwind, and code Playground
by Kate Masiuk
HTML
<div></div>
CSS
div {
margin: 50px;
width: 200px;
height: 200px;
background: radial-gradient(circle at center, #0B0B61 25%, #fff 25%, #fff 50%, #B40404 4%);
border-radius: 100%;
}