JSFiddle - React, Tailwind, and code Playground
by ckissi
HTML
<p>
This audio is an instant clone using 30 seconds of Arabic audio.
</p>
<p>
You can hear how the accent is preserved while speaking English.
</p>
<audio controls="" preload="none" src="https://file.notion.so/f/s/6a41477e-ac6d-43de-a1fd-0a9203d9f593/This_audio_is_an_3.wav?id=2d6b1b09-e16a-4846-a001-c05ec3c947b7&table=block&spaceId=2bc9ee86-0ec4-4058-b063-852d07384486&expirationTimestamp=1689350400000&signature=QDfIHR62CSXM7vUMBFmGf08dt9ilYPJPqdr893HVgjE" style="display: block; pointer-events: auto; width: 100%; position: relative;"></audio>
CSS
p {
text-align:center;
margin-bottom:20px;
}
body {
padding:20px;
}