JSFiddle - React, Tailwind, and code Playground
HTML
<div>
</div>
<div class="img">
<img src="D:\images\phone.jpg">
</div>
CSS
div {
width: 100%;
height: 400px;
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Royal_Albert_Hall,_London.jpg/220px-Royal_Albert_Hall,_London.jpg);
background-size: 100% 100%;
}
.img{
width:10px;
}