JSFiddle - React, Tailwind, and code Playground

by kapilgopinath

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" />')