JSFiddle - React, Tailwind, and code Playground

by leftstick

HTML

<div></div>

CSS

div {
  width: 700px;
  height: 100px;
  background-size: 50px 100px;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, black 1px, transparent 1px, transparent);
  background-position: left 20px top;
}