JSFiddle - React, Tailwind, and code Playground

by Mikey

HTML

<div class="angle"></div>

CSS

.angle:after {
    content: '.';
    border-top: 20px solid #000;
    border-bottom: 20px solid #000;
    border-left: none;
    border-right: 20px solid transparent;
    position: relative;
    left: 20px;
}
.angle {
    font-size: 0px; line-height: 0%; width: 0px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: none;
    border-right: 20px solid #000;
}