JSFiddle - React, Tailwind, and code Playground
HTML
<div class="form-group">
<label for="id_dep">Id Dep</label>
</div>
CSS
.form-group > label[for=id_dep]{
display:none;
}
<div class="form-group">
<label for="id_dep">Id Dep</label>
</div>
.form-group > label[for=id_dep]{
display:none;
}