JSFiddle - React, Tailwind, and code Playground
by Josh Pullen
HTML
<div></div>
CSS
div {
width: 400px;
height: 400px;
background: repeating-linear-gradient(0deg, black, white 1%, black 2%);
}
by Josh Pullen
<div></div>
div {
width: 400px;
height: 400px;
background: repeating-linear-gradient(0deg, black, white 1%, black 2%);
}