JSFiddle - React, Tailwind, and code Playground

by mirontoli

HTML

<div id="w">
    <input type="text" id="t"></input><input type="button" value="sök" id="s"></input>
</div>

CSS

#t {
    height: 25px;
}
#s {
    position:relative;
    left: -30px;
    width: 25px;
}