Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style> 
#example2 {
  border: 2px solid red;
  inline-size: 300px;
  padding: 10px;
  writing-mode: vertical-rl;
  border-end-end-radius: 25px;
}
</style>
</head>
<body>
<h2>border-end-end-radius: 25px:</h2>
<div id="example2">
  <p>With writing-mode property value set to 'vertical-rl', the corner affected by the border-end-end-radius property is on the bottom right.</p>
</div>
</body>
</html>