JSFiddle - React, Tailwind, and code Playground

by Chase Wilson

HTML

<div class="arrow-up"></div>

CSS

.arrow-up {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 10px solid black;
}