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;
}