JSFiddle - React, Tailwind, and code Playground
by envira
CSS
.utrowstats:after {
content: '';
position: absolute;
top: 0;
right: 0;
border-top: 8px solid #ffffff;
border-left: 8px solid #1ac3cd;
width: 0;
}
.utrowstats:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
border-bottom: 8px solid #ffffff;
border-right: 8px solid #1ac3cd;
width: 0;
}