JSFiddle - React, Tailwind, and code Playground
HTML
<div class="sun-face"></div>
CSS
.sun-face{
background-image: url("http://s.cdpn.io/3/kiwi.svg");
height:500px;
}
<div class="sun-face"></div>
.sun-face{
background-image: url("http://s.cdpn.io/3/kiwi.svg");
height:500px;
}