JSFiddle - React, Tailwind, and code Playground

by thecodeparadox

HTML

<select id="things">
    <option>1</option>
    <option>2</option>
    <option>3</option>
</select>

JavaScript

$("#things").clone().insertAfter($("#things")).before('<br>');