JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

.arrow-right {
    width: 0; 
    height: 0; 
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
}