JSFiddle - React, Tailwind, and code Playground

by Rob Crowther

HTML

<div>
    <input name="email" type="email" value="aa"/>
</div>


<form target="/echo/html/" method="POST">
    <input name="email2" type="email" value="aa"/>
    <input type="submit">
</form>

CSS

div > input:-moz-ui-invalid {
    box-shadow: none;
}