JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

input[type='button']:disabled, button:disabled
 {
    color:darkgrey;
}