li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2f2f2;
    margin: 10px 0;
    padding: 10px;
}

li button {
    padding: 10px 10px;
    cursor: pointer;
}