JSFiddle - React, Tailwind, and code Playground

HTML

<div ng-app>
<form name="myform">
 <div class="errorMulti" ng-show="myform.multiAdd.$error.maxlength">Error</div>
<input type='text' name="multiAdd" ng-model="multiAdd" placeholder='Number of levels to add 1-99' ng-maxlength="2">
    </form>
 </div>