JSFiddle - React, Tailwind, and code Playground
HTML
<form>
<input type="tel" placeholder="Card number" name="card" class="amex identified">
<input type="tel" placeholder="CVV" name="cvv">
<input type="tel" placeholder="Exp (mm/yyyy)" maxlength="5" autocomplete="cc-exp">
</form>