JSFiddle - React, Tailwind, and code Playground

by Afzaal Ahmad Zeeshan

HTML

<input type="submit" value="Submit" />

CSS

input[type="submit"]:focus {
    border: 1px solid #333;
}