JSFiddle - React, Tailwind, and code Playground

by marcobehr

HTML

<div class="css-arrow-acute">

CSS

.css-arrow-acute {
  border-color: white white white #0E50A4;
  border-style: solid;
  border-width: 25px 0px 25px 25px;
  width:0;
  height:0;
}