JSFiddle - React, Tailwind, and code Playground

by saidulu401

HTML

<img src="http://lorempixel.com/100/100/" data-href="http://lorempixel.com/400/200/" width="70" height="70" alt="" class="image">

CSS

img {
  width:156px !important;
  height:auto !important;
  background-image: attr(data-href "url") !important;
}