JSFiddle - React, Tailwind, and code Playground
HTML
<div>
</div>
CSS
div {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #f00;
width: 0;
height: 0;
}
<div>
</div>
div {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #f00;
width: 0;
height: 0;
}