JSFiddle - React, Tailwind, and code Playground
HTML
<p> </p>
<form>
<div id="mvp_storetoken_container">
<input id="mvp_storetoken" name="MvP_StoreToken" value="yes" type="checkbox" />
Store this card for future use
</div>
</form>
<p> </p>
CSS
body {
font-family: sans-serif;
font-size: 16px;
color: black;
background: white;
}
#mvp_storetoken_container {
display: block;
border: 1px solid black;
padding:0 0 1em 0;
text-align: center;
}
#mvp_storetoken {
display: block;
position: absolute;
width: 100%;
z-index: 10;
cursor: pointer;
height:64px;
zoom:0.25;
}