Simple select

by ostapische

HTML

<select>
    <option value="1">1</option>
    <option value="2">2</option>
</select>