JSFiddle - React, Tailwind, and code Playground

by Aljohn De Guzman

HTML

<input type = "text" value = "Enter something">

JavaScript

$('input').val('Enter your name');