JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" />
    <button>GO</button>

CSS

input[type="text"]
{
    width:200px;
    height:40px;
}

button
{
    position:absolute;
    left:165px;
    top:10px;    
}