JSFiddle - React, Tailwind, and code Playground

by Soviut

HTML

<dl>
  <dt>test</dt>
  <dd>another</dd>
</dl>

CSS

dl {
  display: flex;
}