JSFiddle - React, Tailwind, and code Playground

HTML

<div class="delta"></div>

CSS

.delta {
  height: 0;
  width: 0;
  border-top: 50px solid black;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}