JSFiddle - React, Tailwind, and code Playground

HTML

<input type-"text" id="text" value='abc'/>

JavaScript

var text=document.getElementById('text').value;
console.log(text);