JSFiddle - React, Tailwind, and code Playground

by lennyekberg

HTML

<div class="cornered"></div>

CSS

.cornered {
        width: 260px;
        height: 0px;
        border-top: 40px solid blue;
        border-right: 40px solid white;
    }