JSFiddle - React, Tailwind, and code Playground

by Walter Rumsby

HTML

<link rel="stylesheet" href="https://edge.xero.com/style/xui/9.7.0/xui.css">
<div class="xui-pagecontainer">
  <div class="xui-panel xui-u-flex">
    <div class="xui-u-flex-col xui-u-flex-grow" style="vertical-align: middle; whitespace: no-wrap;">
      <a href="#">Keep all client records separate</a>
    </div>
    <button class="xui-button xui-u-flex-col">
      Cancel
    </button>
    <button class="xui-button xui-button-main xui-u-flex-col">
      Merge All Data
    </button>
  </div>
</div>