JSFiddle - React, Tailwind, and code Playground

HTML

<div class="right-arrow">Arrow</div>

CSS

.right-arrow:before {
    content:'\25BA';
}