JSFiddle - React, Tailwind, and code Playground

by kthornbloom

HTML

<div style="display: flex; flex-direction: column;">
  <a href="/store/checkout" style="    background: #4e8511;
    color: #fff;
    padding: 1rem;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
    max-width: 200px;">Checkout</a>
  <a href="/store/cart.php" style="border: 1px solid #ccc; 
    color: #222;
    padding: 1rem;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    max-width: 200px;">View Cart</a>
</div>