JSFiddle - React, Tailwind, and code Playground

by Chris LaFrombois

HTML

<div>

</div>

CSS

div {
  box-sizing: border-box;
  width: 70px;
  height: 25px;
  border-color: #070607 transparent transparent transparent;
  border-width: 25px;
  border-style: solid;
}