JSFiddle - React, Tailwind, and code Playground

by André Albson

HTML

<div id="triangle-topright">

</div>

CSS

#triangle-topright { 
   width: 0; 
   height: 0; 
   border-top: 10px solid blue; 
   border-left: 10px solid transparent; 
}