I am trying to draw the red arrow using tikz. I have looked around, but I can't seem to find a simple code (if it exists) the closest code I could find was
\draw[-{Triangle[width=18pt,length=8pt]}, line width=10pt](0,0) -- (1, 0);
I could not change the color to what I wanted. Any help would be appreciated.
Nick