JSFiddle - React, Tailwind, and code Playground

by Evgeny Pisarev

HTML

<button type="submit" class="btn">Показать</button>

CSS

.btn {
      display: flex;
    align-items: center;
    color: #ffffff;
    font-family: Roboto,sans-serif;
    
    text-align: center;
    justify-content: center;
    font-size: 14px;
    height: 48px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding: 0 15px;
    margin-left: 4px;
    margin-right: 4px;
    background: #ff9800;
    min-width: 173px;
    text-decoration: none;
    border: 0;
    border-radius: 1px;
    transform: skewX(-11deg);
    box-shadow: 4px 4px 0px 3px #424242;
    margin-bottom: 3px;
}