JSFiddle - React, Tailwind, and code Playground

by Simon060694

HTML

<div id="verti-egg"></div>

CSS

#verti-egg {
  transform:rotate(35deg);
  background:#6495ed;
	width: 125px;
	height: 200px;
	margin: 20px auto 30px;

	-webkit-border-radius: 50%/60% 60% 40% 40%;
	-moz-border-radius: 50%/60% 60% 40% 40%;
	border-radius: 50%/60% 60% 40% 40%;
 
}