JSFiddle - React, Tailwind, and code Playground

by anton4ept

HTML

<div class="article__main-photo-img" style="background-image: url('https://example.ru/ufiles/pics/img-1234-1234567.jpg')"></div>

JavaScript

var el = document.querySelector(".article__main-photo-img");

var style = el.getAttribute("style");

alert(style);