JSFiddle - React, Tailwind, and code Playground
by mark69_fnd
HTML
<div>
<input type='text'/>
</div>
CSS
div {
width: 200px;
height: 200px;
padding: 20px;
}
input{
border: none;
background-color: #EE9;
}
by mark69_fnd
<div>
<input type='text'/>
</div>
div {
width: 200px;
height: 200px;
padding: 20px;
}
input{
border: none;
background-color: #EE9;
}