<html>
<head>
<style>
progress {
width: 50px;
height: 50px;
-webkit-appearance: none;
}
</style>
</head>
<body>
<progress min=0 value=30 max=100></progress>
<progress min=0 value=30 max=100 style="writing-mode: vertical-rl;"></progress>
<progress min=0 value=30 max=100 style="writing-mode: vertical-rl;"></progress>
</body>
</html>