JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    background: url('http://i.imgur.com/tOaDddv.png') no-repeat;
}

JavaScript

alert($('div').css('background'));