JSFiddle - React, Tailwind, and code Playground
by acbabis
HTML
<div id="bar"></div>
CSS
#bar {
width: 700px;
height: 100px;
background-image: repeating-linear-gradient(45deg, blue, blue 2px, yellow 2px, yellow 4px);
}
by acbabis
<div id="bar"></div>
#bar {
width: 700px;
height: 100px;
background-image: repeating-linear-gradient(45deg, blue, blue 2px, yellow 2px, yellow 4px);
}