JSFiddle - React, Tailwind, and code Playground

by Bob Jones

HTML

<div>
<h2>
This is block
</h2>
<button>
This is not
</button>
</div>

CSS

div {
  display: flex;
  flex-direction: row;
}