JSFiddle - React, Tailwind, and code Playground

HTML

<div class="another">
    <label for="rbPType">Select One</label>
    <asp:RadioButton>bfgfgf </asp:RadioButton>
</div>
<div id="remind">
    <label for="ddlReminderMonth">Remind Me</label>
    <asp:DropDownList runat="server" ID="ddlReminderMonth" AppendDataBoundItems="true" AutoPostBack="false" />
</div>
<div id="cc">
    <label for="ddlReminderMonth">Remind Me Two</label>
    <asp:DropDownList runat="server" ID="ddlReminderMonth" AppendDataBoundItems="true" AutoPostBack="false" />
</div>