JSFiddle - React, Tailwind, and code Playground

by Dineshkani

HTML

<input type="text" />

CSS

input:focus{
    border-color: red;
}