JSFiddle - React, Tailwind, and code Playground
HTML
<div id="triangle-up" />
CSS
#triangle-up {
width: 0;
height: 0;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
border-bottom: 100px solid red;
}