JSFiddle - React, Tailwind, and code Playground

HTML

<form>
    <select required>
    <option></option><!--If this is selected require pop up will appear -->
    <option>test</option><!--If this is selected form will be submitted -->
    </select>
    <input type="submit">
</form>