JSFiddle - React, Tailwind, and code Playground
HTML
<div id="result">
</div>
JavaScript
const inputProps = { maxLength: 300 };
console.log({ ...inputProps, maxLength: 100 });
<div id="result">
</div>
const inputProps = { maxLength: 300 };
console.log({ ...inputProps, maxLength: 100 });