JSFiddle - React, Tailwind, and code Playground

HTML

<div id="a"></div>

CSS

body {
    padding: 20px;
}
#a {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: blue;
}