JSFiddle - React, Tailwind, and code Playground
by Bob Jones
HTML
<div>
<input>
</div>
CSS
div {
width: 100%;
}
input {
float: center;
position: absolute;
}
by Bob Jones
<div>
<input>
</div>
div {
width: 100%;
}
input {
float: center;
position: absolute;
}