useEffect(() => {
inputValues && console.log(inputValues);
}, [inputValues]);
.p:nth-last-child(2n):not(:first-child){
background-color:red
}
.p:nth-last-child(2n+1):not(:first-child){
background-color:green
}
.p:first-child{
background-color:red
}