JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
width: 50px;
height: 0;
border-bottom:200px solid black;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
}
<div></div>
div {
width: 50px;
height: 0;
border-bottom:200px solid black;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
}