JSFiddle - React, Tailwind, and code Playground

by Sasá Rafalsky

HTML

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

CSS

.arrow:before {
  content: "\e004";
}