JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" id="inputID" value="abc" ></input>

JavaScript

document.getElementById('inputID').readOnly = true;