JSFiddle - React, Tailwind, and code Playground

by nabtron

HTML

<div class="answer">
someverylongtextnotfinishingandgoingtobewrappedbyournewcss</div>

CSS

.answer {
            color               : Black;
            background-color    : Aqua;
            border-radius       : 5px;
            width               : 320px;
            padding             : 5px;
            line-height         : 38px;
            text-align          : center;
    word-wrap: break-word;
    }