JSFiddle - React, Tailwind, and code Playground
HTML
<div style="opacity: 1; max-height: 200px; background: url(/website_blog/static/src/img/library/gauze-green-texture.jpg) repeat scroll 0px 0px / cover rgb(8, 8, 8);" class="js_fullheight"></div>
JavaScript
var backgroundProperty = $(".js_fullheight").get(0).style.background;
console.log(backgroundProperty);
alert(backgroundProperty);