JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

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