JSFiddle - React, Tailwind, and code Playground

HTML

<div class="left"></div>

CSS

.left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right:10px solid #001744; 
}