JSFiddle - React, Tailwind, and code Playground
by Léo Durand
HTML
<div class="container"></div>
CSS
html {
cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41 41' width='32' height='32'%3E%3Cg fill='%23000'%3E%3Cpath d='M11 2v37a2 2 0 0 0 4 0V2a2 2 0 0 0-4 0zM26 2v37a2 2 0 0 0 4 0V2a2 2 0 0 0-4 0z'/%3E%3C/g%3E%3C/svg%3E") 16 16, auto;
}
.container {
width: 20vw;
height: 20vh;
background: gold;
cursor:default;
}