text-align: right;
<p style='text-align: right;' align='right'> Lorem</p>
<div style='text-align: center;display:block;'>
<div style='display: inline-block;border:1px solid #000000;width:100px;'>
Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Loremv Lorem Lorem Lorem Lorem Lorem Lorem
</div>
<div style='display: inline-block;border:1px solid #F9F9F9;width:100px;'>
Block div
</div>
</div>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div style='text-align: center;display:block;'>
<div style='display: inline-block;'>
Lorem Lorem Lorem Lorem Lorem Lorem</div><div style='display: inline;width:100px;'>Block div
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div style='text-align: center;display:block;'>
<div style='display: inline-block;max-width:90px;'>
Lorem Lorem Lorem Lorem Lorem Lorem</div><div style='display: inline;position:absolute;margin-left:-3px;'>Block div
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div style='text-align: center;display:block;'>
<div style='display: inline-block;max-width:80%;'>
Как прижать к правому краю многострочного текста другой блок? Именно к самой правой букве. Текст может меняться. Есть подозрение, что решения нет.</div><div style='display: inline;position:absolute;margin-left:-7px;'>Block div
</div>
</div>
</body>
</html>