JSFiddle - React, Tailwind, and code Playground

by kodjoe mambi

HTML

<div class="wl-real-responsive-menu">
<div class="background_2xT"></div>
</div>

<div class="blocks-group-wrapper_2QF"></div>

CSS

.background_2xT {
    width:100px;
    height:100px;
    float:left;
}

.blocks-group-wrapper_2QF {
    width:100px;
    height:100px;
    border: 3px solid #f00;
    float:left;
    background:url(http://placekitten.com/100/300);
}

JavaScript

$('.wl-real-responsive-menu .background_2xT').css('background', $('.blocks-group-wrapper_2QF').css('background'));