JSFiddle - React, Tailwind, and code Playground

by Ayri Rin

CSS

.mdl-textfield__input {
    color: black;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background: #fff;
    
}


.mdl-textfield .mdl-textfield__input {
    color: black;
    /* font-size: 1rem; */
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    border-radius: 15px;
    padding: 0 15px;
    height: 40px;
    border: 1px solid #999;
}

.mdl-textfield {
    padding-bottom: 20px;
}

button.btn.mdl-button.mdl-js-button.mdl-js-ripple-effect {
    margin-top: 0;
    background: #0a68cd;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto !important;
}

.order-forms button svg {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 15px;
}

.style-switcher {
    background: #fff;
}

.close-switcher {
    color: #0a68cd;
}