JSFiddle - React, Tailwind, and code Playground

HTML

<p class="word" lang="ru">В своем выступленииФабиусподчеркнул, что в резолюции будут прописаны санкции за невыполнение этих условий, причем ссылка будет на 7 статью устава ООН, предполагающую как невоенные, так и военные способы воздействия для восстановления мира. По его словам, отказ от выполнения этих условий будет грозить Сирии «исключительно серьезными последствиями».</p>
  <p class="word" lang="en">The surprise Russian proposal to defuse the American confrontation with Syria made a tenuous situation even more volatile for a president struggling to convince a deeply skeptical public of the need for the United States to respond militarily in yet another Middle Eastern country, this time in retaliation for the use of chemical weapons. It could make the situation even more precarious. Or it could give Mr. Obama an escape from a predicament partly of his own making. </p>
  <p class="word" lang="it">La Siria accetta il piano russo sulle armi chimiche per "rimuovere le ragioni di un'aggressione Usa". Il Cremlino: proposta elaborata con Washington, Putin e Obama ne hanno discusso al G20. Il presidente Usa prudente, ma possibilista su uno "sviluppo positivo". Parigi punta a risoluzione Onu per evitare che tutto si riveli una manovra dilatoria. Scetticismo da Israele: "Siria inaffidabile".</p>

CSS

.word { 
    width: 160px; 
    background: #f0f0f0;
    border: 1px solid #333;
    padding: 10px;
    font-size: 18px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
   }