JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

div
{
    position: relative;
}
input
{
    position: absolute;
    left: 0px;
    top: 0px;
}