JSFiddle - React, Tailwind, and code Playground

by lark

HTML

<div>
    <img src='http://www.google.com/intl/en_ALL/images/srpr/logo1w.png'>
</div>

CSS

div {
    border: 1px solid red;
    height: 500px;
    line-height: 500px;
    text-align: center;
}