JSFiddle - React, Tailwind, and code Playground

by shrpne

HTML

<div class="a">
  <div class="inner">asd</div>
</div>
<div class="b">bsd</div>

CSS

.inner {margin-bottom: 10px; display: inline}
.b {margin-top: 10px;}