JSFiddle - React, Tailwind, and code Playground
HTML
<div>
</div>
CSS
div {
width: 20rem;
height: 10rem;
background: repeating-linear-gradient(60deg, blue 0, blue 1rem, red 0, red 2rem);
}
<div>
</div>
div {
width: 20rem;
height: 10rem;
background: repeating-linear-gradient(60deg, blue 0, blue 1rem, red 0, red 2rem);
}