JSFiddle - React, Tailwind, and code Playground
by Tintu Raju
HTML
<input type="text" id="name">
JavaScript
$('#name').wrap('<div></div>').before("<span>Enter Name</span>")
by Tintu Raju
<input type="text" id="name">
$('#name').wrap('<div></div>').before("<span>Enter Name</span>")