JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100% 100% 0 0;
    border-color: #007bff transparent transparent transparent;
}