JSFiddle - React, Tailwind, and code Playground
by Anatoly Kulikov
HTML
<form role="search" method="get" id="searchform" action="http://test:8888">
<label for="s">Search for:</label>
<input type="text" value="" name="s" id="s">
<input type="hidden" value="1" name="sentence">
<input type="hidden" value="post" name="post_type">
<input type="checkbox" name="option1" value="a1" checked>Windows 95/98<Br>
<input type="checkbox" name="option1" value="a2">Windows 2000<Br>
<input type="checkbox" name="option1" value="a3">System X<Br>
<input type="checkbox" name="option1" value="a4">Linux<Br>
<input type="checkbox" name="option1" value="a5">X3-DOS</p>
<input type="submit" id="searchsubmit" value="Search">
</form>