JSFiddle - React, Tailwind, and code Playground
by trustweb
HTML
<body>
<div id="cube"></div>
<img src="http://www.trustweb.it/SVG/output.svg" />
<img src="http://www.w3schools.com/svg/rect1.svg" />
</body>
CSS
#cube{
width:100px;
height:100px;
background:url("http://www.trustweb.it/SVG/output.svg");
background-size: contain;
}