JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 110px solid transparent;
	border-right:110px solid blue; 
}