JSFiddle - React, Tailwind, and code Playground

by Johan Muller

HTML

<select class="form_select">
    <optgroup label="select floor">
        <option>Этаж 1</option>
        <option>Этаж 2</option>
        <option>Этаж 3</option>
        <option>Этаж 4</option>
        <option>Этаж 5</option>
        <option>Этаж 6</option>
        <option>Этаж 7</option>
        <option>Этаж 8</option>
        <option>Этаж 9</option>
    </optgroup>
</select>