JSFiddle - React, Tailwind, and code Playground

by GMK Hussain

HTML

<div class="woo">
<label class="lbl">Username</label>
<div class="div_text"><input type="text"></div>
 </div>

CSS

.myDiv {
background: yellow;
}

JavaScript

$( ".woo" ).prepend( "<div class=myDiv>My Title</div>" );