JSFiddle - React, Tailwind, and code Playground

by AlexKhrapal

HTML

<div class="logo" data-href="https://ebanoe.it/wp-content/uploads/2020/05/mad-capitan.jpg"></div>

CSS

.logo:before
{
    content: url(data-href);
}