<html>
<style>
  div {
    direction: rtl;
  }
</style>
<body>
  <div>hello world</div>
  <div>#hello #world</div>
</body>
</html>

renders as:

hello world
hello #world#
Edit
Pub: 07 Jan 2024 10:54 UTC
Views: 33