JSFiddle - React, Tailwind, and code Playground

by djwave28

HTML

<div id="seax">
<form autocomplete="off" method="post" action="/search.html">
<table>
<tbody>
<tr>
<td>Search:</td>
<td>&nbsp;<input type="text" size="40" name="for" class="ui-autocomplete-input"      
autocomplete="off" role="textbox" aria-autocomplete="list" aria-
haspopup="true">&nbsp;&nbsp; 
</td>
<td><input type="hidden" name="brand" value="0"><input type="image"
 src="/user/templates/custom/search.gif" value="Go" alt="Go" style="padding: 0px"></td>
</tr>
</tbody>
</table>
</form>
</div>

CSS

#seax {
position:absolute;
top:100px;
left:100px;
}