JSFiddle - React, Tailwind, and code Playground
by John Doe
HTML
<span></span>
CSS
body {
background: url("http://img0.liveinternet.ru/images/attach/c/7/96/815/96815858_Satarov28.png") top center;
}
span {
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
transform: scale(0.99999);
border-left: 30px solid #D6D8DB;
position: absolute;
margin-top: -20px;
margin-left: -15px;
}
span::before {
content: '';
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
border-left: 30px solid #fff;
position: absolute;
top: 50%;
margin-top: -50px;
margin-left: -33px;
}