JSFiddle - React, Tailwind, and code Playground

by Alessander Costa

HTML

<div id="penguin"></div>

CSS

#penguin{
    background: url('http://images.all-free-download.com/images/graphiclarge/penguin_clip_art_7050.jpg') no-repeat;
    width:408px;
    height:425px;
    background-size: 75%;
}