JSFiddle - React, Tailwind, and code Playground

by Andrew Bone

HTML

<span></span>

CSS

span {
  display:block;
  width: 0;
  height: 0;
  border-width: 3rem 0 3rem 5.2rem;
  border-style: solid;
  border-color: transparent transparent transparent tomato;
}