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