JSFiddle - React, Tailwind, and code Playground

HTML

<div class="background">
    <input type='text' value='test me' />
</div>

CSS

.background {
    background: #f00;
    width: 250px;
    height: 250px;
    float:left;
}
input {
    background-color: transparent;
}