JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
background-image: url('https://www.google.com/images/srpr/logo11w.png');
min-height: 50px;
min-width: 50px;
max-width: 50px;
background-size: 50px 50px;
}