JSFiddle - React, Tailwind, and code Playground
HTML
<div>
Text <input />
</div>
CSS
div
{
position: relative;
}
input
{
position: absolute;
left: 0px;
top: 0px;
}
<div>
Text <input />
</div>
div
{
position: relative;
}
input
{
position: absolute;
left: 0px;
top: 0px;
}