JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://raw.github.com/digitalBush/jquery.maskedinput/1.3.1/dist/jquery.maskedinput.js"></script>
<input id="OBKey_Parcel_1" name="OBKey_Parcel_1" type="text"  />

JavaScript

jQuery(function($){ 
	$("#OBKey_Parcel_1").mask("*** 99999 9999");
});