JSFiddle - React, Tailwind, and code Playground

by eget teteete

HTML

<form action="#">
  <input type="phone" class="phone" placeholder='phone'>
  <p>phone</p>
</form>

JavaScript

var pcre6 = /[^01]/;
console . log ( pcre6 . test ( "110010020100110" ));