JSFiddle - React, Tailwind, and code Playground

by kamaz6141

HTML

<div></div>

CSS

div {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 100px solid #F7f7f7;
    border-bottom: 50px solid transparent;
}