.message-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tag-container {
    position: relative;
    padding: 0 10px 0 10px;
    margin: 0 10px 5px 0;
    border-radius: 15px;
    background: #eff8ed;
    border: 1px solid #75b956;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tag-container > .tag-message {
    margin-right: 10px;
}
.tag-container > .tag-icon-close {
    cursor: pointer; 
    color: #75b956;
}