JSFiddle - React, Tailwind, and code Playground
HTML
<div class= "sample">
</div>
CSS
.sample{
width:0;
height:0;
border-top:10px solid transparent;
border-bottom:10px solid transparent;
border-right:10px solid green;
}
<div class= "sample">
</div>
.sample{
width:0;
height:0;
border-top:10px solid transparent;
border-bottom:10px solid transparent;
border-right:10px solid green;
}