JSFiddle - React, Tailwind, and code Playground

HTML

<form>
    <input type="text" onblur="this.value = '[' + this.value + ']'"/>
</form>