JSFiddle - React, Tailwind, and code Playground

by Cath_kb

HTML

<input type="email" />

CSS

input[type="email"] {
    outline: 10px solid red;
}