JSFiddle - React, Tailwind, and code Playground

by Yuriy Petrichenko

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
}