JSFiddle - React, Tailwind, and code Playground
by Shashank D
HTML
<div class="test">
</div>
CSS
.test {
background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0);
background-position: left-bottom;
background-repeat: repeat-x;
background-size: 32px 32px;
height: 32px;
}