JSFiddle - React, Tailwind, and code Playground

HTML

<form name="ccform" action="">
    <h1>OK!</h1>
    <input name="a" autocomplete="cc-number" />
    <input name="b" autocomplete="cc-csc" />
    <input name="c" placeholder="MM-YYYY" autocomplete="cc-exp" />
</form>