JSFiddle - React, Tailwind, and code Playground

by jitendravyas

HTML

<a class="input" href="#">Back</a>

CSS

body {padding:40px; background-color: #1693da;}
.input {
    display:block;
    text-decoration:none;
    padding:10px 60px;    
    background:#117ebb;
    font-size:60px;
    color:#fff;
    border-radius: 20px;
    border:10px solid #0c5b88;
    box-shadow: 
        0 1px 2px #0c5b88, 
        0 -1px 1px #666, 
        inset 0 -1px 1px , 
        inset 0 1px 1px #0c5b88;   
}