JSFiddle - React, Tailwind, and code Playground
by darcyclarke
HTML
<p>
A Vienna court convicted the 34-year-old woman of murder Thursday and handed her a life sentence, ordering her to be held in psychiatric care, according to Austrian news agency
The woman, identified only as Estibaliz C., confessed to the murders Monday but her lawyer said she will appeal.
The woman, dubbed the “Ice Lady” by Austrian media, shot the men in 2008 and 2010, putting their body parts in a freezer before burying them in her cellar. She had told the court her ex-husband failed to leave her alone and the boyfriend cheated on her.
</p>
CSS
p {
-webkit-column-width: 100px;
height: 200px;
width: 300px;
text-overflow: ellipsis;
white-space: pre-wrap;
overflow: scroll;
border: 1px solid red;
}