JSFiddle - React, Tailwind, and code Playground

by karthick6891

HTML

<div class="headerBtns" >
						<table>
							<tr>
								<td style="width:80%">
									<article style="padding-top:15px;padding-left:10px;">
									  <h3>Home Loan Repayment</h3>
									  <p style="font-size:14px;">Calculates your monthly repayment based on the loan amount and bond term  </p>							  
									</article>
								</td>
								<td style="width:20%">
									<span><img class="ui-icon-custom" style="float:right;"></img></span>
								</td>
							</tr>
						</table>
					</div>