If the values are all different then you could use this formula in B2 where your values are in A1:D1
=LET(r,A1:D1,r>=LARGE(r,2))
You could also do this with conditional formatting rather than formulas on the worksheet
....but what do you want to do if you have duplicate values?