JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://orionhub.org/file/aleksvalynets-OrionContent/1/maked.js"></script>
<tbody>
<tr>
<td>Zip</td>
<td><input id="zip" tabindex="1" type="text"></td>
</tbody>
JavaScript
jQuery(function($){
$("#zip").mask("(999) 999-9999");
});