JSFiddle - React, Tailwind, and code Playground

by phoenix_suresh

HTML

<input type="text" id="txt-number-plate" value="" />

JavaScript

$(document).ready(function() {
        $("#txt-number-plate").val("ABC123");
});