JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<html>
        <head>
                <title>
                        HTML Source order test
                </title>
                <script type="text/javascript">
                        
                </script>
        </head>
        <body>
                <video>
                        <source src="doesnotexist.ogv" onerror="alert('1')">
                        <source src="doesnotexist2.ogv" onerror="alert('2')">
                        <source src="dne4.ogv" onerror="alert('3')">
                </video>
        <body>
</html>