I am trying to create a semicircle with a tailwind but I can't seem to find another way but this one.
<div className="relative ">
<div className="bg-black h-36 w-36 rounded-full absolute top-[50px] left-[555px] "></div>
<div className="bg-white h-24 w-36 absolute top-[110px] left-[555px] "></div>
</div>
is there any better way u know cuz this feels a little off, I feel like there are other better ways to do it