JSFiddle - React, Tailwind, and code Playground
by piiantom
HTML
<div class="module">
<h2 class="stripe-1"></h2>
</div>
CSS
.module > h2 {
padding: 1rem;
margin: 0 0 0.5rem 0;
display: block;
width: 130px;
height: 40px;
}
.stripe-1 {
color: white;
background: repeating-linear-gradient(
-45deg,
#000,
#000 2px,
#fff 2px,
#fff 6px
);
}