.tagsContainer {
    display: flex;
    flex-wrap: wrap;
}

.tagInput {
    border: none !important;
    outline: none;
    flex: 1;
    background: transparent;
}

.tagRemove {
    margin: 1px 2px 0px 4px;
}

.tagRemove:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00d";
}

.tagRemove:hover {
    color: rgba(255,200,200);
}

.tagContainer {
    display: flex;
    background: #ccc;
    border: 1px solid;
    border-radius: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 2px;
}

.tagValue {cursor: pointer;user-select: none;}