JSFiddle - React, Tailwind, and code Playground
HTML
<div id="one">ONE</div>
<div id="two">TWO</div>
<div id="four">FOUR</div>
<div id="five">FIVE</div>
<div id="three">THREE</div>
CSS
.wrapped{
background-color: red;
}
JavaScript
$('#two, #three').add('<div class="wrapped" />')