JSFiddle - React, Tailwind, and code Playground

HTML

<div id="image" ></div>

CSS

#image {
 	margin:0px auto; 
	width:90%;
	max-width:512px;
	height:512px;
	
	background-image:url('http://www.w3.org/html/logo/downloads/HTML5_Logo_512.png');
	background-repeat:no-repeat;
	background-size:100%;
	background-color:yellow;
}