JSFiddle - React, Tailwind, and code Playground

by Bacher

HTML

<div class="cont">
    1<input /><br />
    2<input /><br />
    3<input /><br />
    4<input /><br />
    5<input /><br />
    6<input /><br />
    7<input /><br />
    8<input /><br />
    9<input /><br />
    a<input /><br />
    b<input /><br />
    c<input /><br />
    d<input /><br />
    e<input /><br />
    f<input /><br />
</div>

CSS

body {
    background-color: gray;
}

input {
    border: none;
    background-color: rgba(200,50,50,1);
}

.cont {
    /*-webkit-transform: translate(0, -100px)*/
}