JSFiddle - React, Tailwind, and code Playground

by vovkasolovev

HTML

<table style="width:100%; box-shadow:0 5px 20px rgba(0,64,128,0.2); border-radius:13px;">
<tr><td style="width:33%; font-weight:bold; background:#0077ff; height:10px; padding:10px; color: white; text-align:right; font-family:sans-serif; border-radius:5px 0 0 5px;">33&thinsp;%</td><td style="width:auto; background:#fff; height:10px; border-radius:0 5px 5px 0;"></td></tr>
</table>

CSS

body{padding:40px;}