JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<div>
<div id=form1>
<form >
<input type="submit" value="Button1" />
</form>
</div>
<divid=form2>
<form >
<input type="submit" value="Button2" />
</form>
</div>
</div>
</body>
CSS
#form1{
float:left;
}
#form2{
float:left;
}
}