JSFiddle - React, Tailwind, and code Playground
by Brenton Strine
HTML
<input tyle="text" value="start tabbing here"><br>
<input tyle="text"><br>
<input tyle="text"><br>
<input tyle="text">
<fieldset>
<legend>Yea or Nay?</legend>
<input type="radio" name="yn" value="Y" id="c1" /><label for="c1">Yes</label>
<input type="radio" name="yn" value="N" id="c2" /><label for="c2">No</label>
</fieldset>
<input tyle="text"><br>
<input tyle="text"><br>
<input tyle="text"><br>
<input tyle="text"><br>
CSS
input:focus {
background-color:green;
}