JSFiddle - React, Tailwind, and code Playground

HTML

<div class="triangle"></div>

CSS

.triangle {
    border-width: 50px;
    border-style: solid;
    border-color: red red transparent transparent;
    position: fixed;
    top:0;
    right:0;
    width:0;
    height:0;
}