JSFiddle - React, Tailwind, and code Playground
by Lu Max
HTML
<div id="triangle">
</div>
CSS
#triangle {
width: 0px;
height: 0px;
border-top: 50px solid red;
}
by Lu Max
<div id="triangle">
</div>
#triangle {
width: 0px;
height: 0px;
border-top: 50px solid red;
}