Am I missing an app or widget somewhere?
No, what you're missing is called syntax, not widget
RegionPlot3D[0 <= z >= 4 Sqrt[x^2 + y^2] && (x^2 + y^2) <= 4,
{x, -2.1, 2.1}, {y, -2.1, 2.1}, {z, -.1, 8.1}, PlotPoints -> 35,
PlotRange -> All, PlotStyle -> Directive[Yellow, Opacity[0.8]],
PerformanceGoal -> "Quality"]