JSFiddle - React, Tailwind, and code Playground

by Kondal Durgam

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;
}