JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    Text&nbsp;<input />
</div>

CSS

div
{
    position: absolute;
}
input
{
    position: absolute;
    display: inline;
    margin: 0 0px;
}