JSFiddle - React, Tailwind, and code Playground

by adamschwartz

HTML

<i></i>

CSS

i {
    display: block;
    width: 64px;
    height: 64px;
    background: url("https://raw.github.com/github/gemoji/master/images/emoji/unicode/1f47f.png");
    margin: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}