JSFiddle - React, Tailwind, and code Playground
HTML
<div id="beds-header" class="bedman-header">
<h2>heading.dashboard.beds</h2>
<div id="bedReportingType-buttongroup" class="yui-buttongroup">
<label><input type="radio" name="type" value="ex">Exclusion</label>
<label><input type="radio" name="type" value="st">Standard</label>
</div>
</div>
CSS
h2,
#bedReportingType-buttongroup {
border: 1px solid red;
display: inline;
}