JSFiddle - React, Tailwind, and code Playground

by mjhea0

HTML

<div ng-app>
    <h1>Bitcoin Investment<br>Calculator</h1>
    <br>
    <h3>How many Bitcoins do you have?</h3>
    <input type="number" ng-model="somenumber" placeholder="20">
    <br><br>
    <h4>You have <span class="number">{{ somenumber }}</span> Bitcoins - nice!</h4>
</div>