JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" name="test" id="test" maxlength="10" />

JavaScript

$('#test').val("ABCDEFGHIJKLMNOP");