JSFiddle - React, Tailwind, and code Playground
by Slava Slava
HTML
<div class="element">ss</div>
CSS
body {
background: #000;
}
:root {
--basePath: "https://storage.googleapis.com/www.scratchful.com/scratchful-images/jackpots/arrow-gc.png?v3";
/* --imagePath: "/jackpots/arrow-gc.png?v3"; */
}
.element {
background-image: url(var(--basePath));
width: 50px;
height: 50px;
color: #fff;
border: 2px solid #fff;
}