JSFiddle - React, Tailwind, and code Playground

by Rahul Sharma

HTML

<input type="button" value="rahul">

JavaScript

$('document').ready(function()
{
$('input').val('');
});