JSFiddle - React, Tailwind, and code Playground
HTML
<form method="get" action="https://www.google.com/search">
<input type="text" name="q" size="31" value="Google Search" onFocus="if(this.value==this.defaultValue)this.value='';" onBlur="if(this.value=='')this.value=this.defaultValue;"/></form>