JSFiddle - React, Tailwind, and code Playground

by Rajan Paneru

HTML

<div class="half-circle"></div>

CSS

.half-circle {
    width: 174px;
    height: 87px;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 10px solid gray;
    border-bottom: 0;
}