<label style={{color: !isValid ? "red" : 'black'}}>Course Goal</label>
인라인 방식으로
<div className={`form-control ${!isValid ? 'invalid' : ''}`}>
클래스 추가 방식으로