JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<input type="checkbox">
<h4>20</h4>
<h4>BTC</h4>
<h4>=></h4>
<h4>new balance: </h4>
<h4>18</h4>
</div>
<h4>fee: 2 BTC</h4>
CSS
div{
margin:0px;
display:flex
}
<div>
<input type="checkbox">
<h4>20</h4>
<h4>BTC</h4>
<h4>=></h4>
<h4>new balance: </h4>
<h4>18</h4>
</div>
<h4>fee: 2 BTC</h4>
div{
margin:0px;
display:flex
}