JSFiddle - React, Tailwind, and code Playground

by Afzaal Ahmad Zeeshan

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;
}