JSFiddle - React, Tailwind, and code Playground

by japaneselanguagefriend

HTML

<input type="text" name="first_name" value="" id="freeform_first_name"
    maxlength="150">

        <button type"submit">submit</button>

JavaScript

$(function(){
       $("input").prop('required',true);
});