How do I draw a 3d square in Plots.jl?

I want to draw a square in 3d space defined by the points

[ -20 0 0;
  -20 0 40;
  20 0 0;
  20 0 40]

How to do that?