htmlfor jsx attr

<label htmlFor="test">Test</label>
<input type="text" id="test" />
Tired Termite