JSFiddle - React, Tailwind, and code Playground

by Vaibhav Mehta

HTML

<div></div>

CSS

div {
    width: 50px; 
	height: 0; 
	border-bottom:200px solid black;
    border-left: 50px solid transparent;
	border-right: 50px solid transparent;
}