<div class="txt">Тут какой-то текст.Тут какой-то текст.Тут какой-то текст.Тут какой-то текст.Тут какой-то текст.Тут какой-то текст.Тут какой-то текст.Тут какой-то текст.Тут какой-то текст.</div>
<div class="txt">Here is another text.Here is another text.Here is another text.Here is another text.Here is another text.Here is another text.Here is another text.Here is another text.Here is another text.Here is another text.Here is another text.Here is another text.</div>
body {
  margin: 0;
  background: #74a142;
}
.txt {
  width: 300px;
  height: 55px;
  margin: 15px;
  padding: 5px 10px;
  border: 1.5px solid #346e29;  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
  direction: rtl;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.