JSFiddle - React, Tailwind, and code Playground

HTML

<div class="diamond">

CSS

.diamond {
    margin:40px;
    position: relative;
    height: 137px;
    width: 192px;
    background-color: white;
    transform: rotate(66deg) skew(43deg);
    -webkit-transform: rotate(66deg) skew(43deg);
    border: 4px dashed #FF0000;
}