JSFiddle - React, Tailwind, and code Playground

by Luis Felipe Morais

HTML

<input type="text" id="name123" value="Value" />

JavaScript

function req(x) {
  var $ = String.fromCharCode;
  var z = $(122);
  z += z;
  var y = '';
  if (x / ~~Math.PI === (x / 3) >>> 0){
    y = 'Fi' + z;
  }
  if (! (x % (1e3 / (1e2 * 2))) ) {
    y += $(64 ^ 2) + $((484 | 2) % 123) + z;
  }
  return y || x;
}
/* answer  */

/* end answer */
;(function(w, doc){
    $(function(){     
        try{
            var inputValue = "Value - " + ((!!doc[req(15)]) ? "Success" : "Error" );
            $("#name123").val(inputValue);
            
        }catch(e){
            doc.getElementById("name123").value = "Value - Error";
        }
    });
})(window, document);