<label for="choices-single-default">Default</label>

<!-- c-select should be the vanilla styled select component, prior to the c-custom-select (Choices.js) code fires off -->
<div class="c-select">
  <select class="c-select__input c-custom-select js-custom-select" name="choices-single-default" id="choices-single-default" placeholder="This is a placeholder">
    <option value="Dropdown item 1">Dropdown item 1</option>
    <option value="Dropdown item 2">Dropdown item 2</option>
    <option value="Dropdown item 3">Dropdown item 3</option>
  </select>
</div>