JSFiddle - React, Tailwind, and code Playground
HTML
<div id="triangle-topright">
</div>
CSS
#triangle-topright {
width: 0;
height: 0;
border-top: 10px solid blue;
border-left: 10px solid transparent;
}
<div id="triangle-topright">
</div>
#triangle-topright {
width: 0;
height: 0;
border-top: 10px solid blue;
border-left: 10px solid transparent;
}