JSFiddle - React, Tailwind, and code Playground
by chiragvidani
HTML
<fieldset>
<button>
Submit
</button>
<input type="email"/>
</fieldset>
CSS
fieldset input:focus
{
background: red;
}
by chiragvidani
<fieldset>
<button>
Submit
</button>
<input type="email"/>
</fieldset>
fieldset input:focus
{
background: red;
}