JSFiddle - React, Tailwind, and code Playground

by chenxsan

HTML

<div id="container">
    <img src="http://farm9.staticflickr.com/8492/8337303282_60a3ff55b4_z.jpg"
    alt="flower" />
</div>

CSS

#container {
    padding-top:100px;
    width:600px;
    border:1px solid green;
    background:url('http://farm7.staticflickr.com/6008/5946218930_932dca25a6_z.jpg') no-repeat center top;
    text-align:center;
}