JSFiddle - React, Tailwind, and code Playground

by Mihai_T

HTML

<div id ="stripes">

</div>

CSS

div#stripes {
  height:200px;
  width:200px;
background-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, #fff);
background-size: 50px 50px;
}