JSFiddle - React, Tailwind, and code Playground

by Kheema Pandey

HTML

<button type="submit" disabled="disabled">Sample Button</button>

CSS

input[type='button']:disabled, button:disabled
 {
    color:#933;
    text-decoration:underline;
}