JSFiddle - React, Tailwind, and code Playground
HTML
<div>
</div>
CSS
div {
width: 100px;
height: 100px;
background: repeating-linear-gradient(-45deg, #de9dd4, #de9dd4 5px, white 5px, white 10px);
}
<div>
</div>
div {
width: 100px;
height: 100px;
background: repeating-linear-gradient(-45deg, #de9dd4, #de9dd4 5px, white 5px, white 10px);
}