JSFiddle - React, Tailwind, and code Playground

by petersendidit

HTML

<div id="result">
</div>

JavaScript

const inputProps = { maxLength: 300 };

console.log({ ...inputProps, maxLength: 100 });