JSFiddle - React, Tailwind, and code Playground
by gmcalab
HTML
<div class="b">
<span>there is stuff <div class='a'>
test</div> there is are other things</span>
</div>
CSS
.a {
display:inline-block
}
.b{
width: 100px;}
by gmcalab
<div class="b">
<span>there is stuff <div class='a'>
test</div> there is are other things</span>
</div>
.a {
display:inline-block
}
.b{
width: 100px;}