JSFiddle - React, Tailwind, and code Playground

by Muzaffar Rasulov

HTML

<div class="form-group"> 
  <label for="id_dep">Id Dep</label>
</div>

CSS

.form-group > label[for=id_dep]{
    display:none;
}