JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://igorescobar.github.io/jQuery-Mask-Plugin/js/jquery.mask.min.js"></script>
<input type="text" id="cep" maxlength="6"/>
JavaScript
$('#cep').mask('#,##0',{reverse:true})
<script src="https://igorescobar.github.io/jQuery-Mask-Plugin/js/jquery.mask.min.js"></script>
<input type="text" id="cep" maxlength="6"/>
$('#cep').mask('#,##0',{reverse:true})