JSFiddle - React, Tailwind, and code Playground
by Dmitry
HTML
<input type="text" name="phone" value="" id="mask" />
JavaScript
(function(){
function test(){
alert('pass');
}
var el = docoment.getElementById('mask');
test();
});