JSFiddle - React, Tailwind, and code Playground

HTML

<select id="myselect-name" my_attribute="1" class="myclass" onchange="javascript: this.setAttribute('my_attribute', this.value)">
    <option>1</option>
    <option>2</option>
    <option>3</option>
</select>