JSFiddle - React, Tailwind, and code Playground
by mojtaba
HTML
<div id="x"></div>
CSS
#x {
width: 600px;
height: 400px;
background: url(http://placekitten.com/200/300);
background-size: 100% 100%;
}
by mojtaba
<div id="x"></div>
#x {
width: 600px;
height: 400px;
background: url(http://placekitten.com/200/300);
background-size: 100% 100%;
}