Textarea.css 238 Bytes
.es-input-textarea-show-count::after {
    float: right;
    color: #00000073;
    white-space: nowrap;
    content: attr(data-count);
    pointer-events: none;
}
.es-input  {
    width: 100%;
    max-width: 100%;
    resize: vertical;
}