JSFiddle - React, Tailwind, and code Playground

by Johan Muller

HTML

<div class="big_tooltip_narrow_c"></div>

CSS

.big_tooltip_narrow_c {
 position: absolute;
 width: 0; 
 height: 0; 
 border-top: 5px solid transparent; 
 border-right: 5px solid red; 
 border-bottom: 5px solid transparent;
}