JSFiddle - React, Tailwind, and code Playground

by Boopathi Rajan

HTML

<div class="sun-face"></div>

CSS

.sun-face{
    background-image: url("http://s.cdpn.io/3/kiwi.svg");
    height:500px;
}