JSFiddle - React, Tailwind, and code Playground

HTML

<select class="anrede1">
    <option>Frau</option>
    <option>Herr</option>
</select>

CSS

.anrede1, .land {
    font-family:'Roboto Condensed';
    font-size: 22px;
    color: #575656;
    margin: 10px 10px 10px 0px;
    width: 100%;
    height: 42px;
    text-align: left;
    padding-left: 17px;
    border: 2px solid #e1eef9;
    font-weight: 300;
}