JSFiddle - React, Tailwind, and code Playground

HTML

<div class="cutout"><div class="inner">eqwe
</div>
</div>

CSS

.cutout {
    width: 200px;
    height: 0px;
    background: none;
    border-bottom: solid 30px #e30000;
    border-right: solid 30px transparent;
    border-left: solid 30px transparent;
    border-top: solid 0 transparent;
}

.inner
{
    width: 192px;
    position:relative;
    height: 0px;
    left:-24px;
    top:4;
    background: none;
    border-bottom: solid 24px #000;
    border-right: solid 28px transparent;
    border-left: solid 28px transparent;
    border-top: solid 0 transparent;
}

JavaScript

/* CSS Cutout Pattern */