JSFiddle - React, Tailwind, and code Playground

HTML

<body onLoad="searchbox.word.focus();searchbox.word.value = searchbox.word.value;">

<form action='word.php' name = 'searchbox'>
<input type='text' name='word' id = 'searchbox' value = 'default'>
</form>