JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div{
    width: 0;
height: 0;
border-style: solid;
border-width: 85px 85px 0 0;
border-color: #c00000 transparent transparent transparent;
float: left;
position: absolute;
top: 8px;
}