JSFiddle - React, Tailwind, and code Playground

by aarkuo17

HTML

<input type="text" id="hello" value="HELLO">

<script>
 // "hello" reference to <input type="text" id="hello" value="HELLO">
 console.log(hello);
</script>