JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://raw.github.com/gunderson/jquery.stripes/master/dist/jquery.stripes.min.js"></script>
JavaScript
var mystripes = $.stripes({
lineWidth: 10,
separation: 10,
angle: 45, // degrees
degrees: true, // false for radians
foregroundColor: "#000", // takes any css color;
backgroundColor: "#f58220", //transparent by default
});
$('body').css('backgroundImage', 'url(' + mystripes + ')');