JSFiddle - React, Tailwind, and code Playground

by scottbartell

HTML

<div class="bg">
</div>

CSS

div.bg {
      background-image: url('http://www.google.com/images/logo_sm.gif');
      border: 5px solid #000;
      width: 50px;
      height: 50px;
    }