<html>
<head><meta http-equiv="content-security-policy" content="script-src 'none'">
<style>
p.ex1 {
direction: rtl;
unicode-bidi: bidi-override;
}
</style>
</head>
<body>
<p>Это направление текста по умолчанию.</p>
<p class="ex1">Это направление текста справа налево.</p>
</body>
</html>