JSFiddle - React, Tailwind, and code Playground
by anoopsuda
HTML
<div class="modal-body">
This story cannot be deleted as it is mapped to a solution in the Reinvention Console.​ Contact [email protected] for assistance.
</div>
CSS
.modal-body {
white-space: normal;
word-break: break-word;
}
.modal-body::after {
content: "";
display: block;
}
.modal-body {
word-break: break-all;
}