JSFiddle - React, Tailwind, and code Playground
HTML
<div id="something" style="background-image:url('http://jsfiddle.net/img/logo-white.png');">Hello</div>
<script>
jQuery(window).load(function(){
jQuery.get('http://jsfiddle.net/img/logo-white.png');
});
</script>