JSFiddle - React, Tailwind, and code Playground
by holden321
HTML
<div>
<input/>
</div>
CSS
div {
padding-right:70px;
}
input {
width: 100%;
}
by holden321
<div>
<input/>
</div>
div {
padding-right:70px;
}
input {
width: 100%;
}