JSFiddle - React, Tailwind, and code Playground

by J. Albert Bowden

HTML

<div id="ctr__Wrapper" class="wrapper">
    <a id="ctr" class="control clickable">
        <img src="http://jsfiddle.net/img/logo.png">
    </a>
</div>

CSS

.control
{display:block;
    border: 1px solid #000;
    background-color: #666;
    padding: 20px;
}

.control:active
{
    background-color: #bbb;
}