JSFiddle - React, Tailwind, and code Playground

by Jossef Harush

HTML

<p class="box"><span>Êg</span> <input type="button" value="Button"/></p>

CSS

p.box {
    color:#fff;
    background:#444;
    width:400px;
}

span { background: #666; font-size: 60px;   }

input { vertical-align: text-bottom; border: 1px solid #CCC; height: 24px; }