JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    width: 100px;
    height: 100px;
    background: repeating-linear-gradient(
        135deg,
        white 0px,
        white 2px,
        black 2px,
        black 4px
    );
}