i have 2 react datepicker in the project
Have the custom styling like below in the css file
.react-datepicker-wrapper,
.react-datepicker__input-container,
.react-datepicker__input-container input {
display: block;
width: 250px;
margin-right: 13px;
margin-left: 3px;
}
right now it is applying for both datepickers... but I need the above styling only for 1 datepicker, it shouldn't effect the other datepicker
is there a way to do that?