JSFiddle - React, Tailwind, and code Playground
HTML
<div class="form-group requiredField">
<label for="password" class="col-sm-3 control-label">Password</label>
<img src="https://carlyneave.com/wp-content/uploads/2018/03/P1227885.jpg" alt="">
<span class="help">help text</span>
</div>
JavaScript
$('.control-label').nextAll().wrapAll('<div class="col-sm-9" />');