<div class="form-group" className=''>
<input type="password" class="form-control" className={loginStyle.passwordDiv}
id="exampleInputPassword1" placeholder="Password"></input>
</div>
I want to pass class form-control and also need to use loginStyle which I imported from another CSS file to provide styling to this input.