JSFiddle - React, Tailwind, and code Playground

by slashingweapon

HTML

<input type='number' id='points' value='0'/>

JavaScript

document.getElementById("points").value='6';