JSFiddle - React, Tailwind, and code Playground

by Chris LaFrombois

HTML

<div>

</div>

CSS

div {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f00;
  width: 0;
  height: 0;
}